Skip to content

Commit 904d7fe

Browse files
authored
Merge pull request #44 from CallFire/develop
vmalinovskiy: updated version to 1.1.14
2 parents e7a980f + 5a7afb5 commit 904d7fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CallfireApiClient.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?><package>
22
<metadata>
33
<id>CallfireApiClient</id>
4-
<version>1.1.13</version>
4+
<version>1.1.14</version>
55
<title>CallFire API v2 client</title>
66
<authors>
77
Vladimir Mikhailov
@@ -15,6 +15,9 @@
1515
<description>C# client library for integration with Callfire REST API v2 services</description>
1616
<releaseNotes>Callfire API client Changelog
1717
=============================
18+
Version 1.1.14 - Jan 17 2017
19+
- added possibility to use client without config file
20+
1821
Version 1.1.13 - Dec 30 2016
1922
- minor fixes for get contacts history api
2023

Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Callfire API client Changelog
22
=============================
3+
Version 1.1.14 - Jan 17 2017
4+
- added possibility to use client without config file
5+
36
Version 1.1.13 - Dec 30 2016
47
- minor fixes for get contacts history api
58

src/CallfireApiClient/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1414
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1515

16-
[assembly: AssemblyVersion("1.1.13.*")]
16+
[assembly: AssemblyVersion("1.1.14.*")]
1717

1818
// The following attributes are used to specify the signing key for the assembly,
1919
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)