From 5a7afb52e0403519333b6c97428ba28c82568e55 Mon Sep 17 00:00:00 2001 From: vmalinovskiy Date: Tue, 17 Jan 2017 12:11:05 +0200 Subject: [PATCH] vmalinovskiy: updated version to 1.1.14 --- CallfireApiClient.nuspec | 5 ++++- Changelog.txt | 3 +++ src/CallfireApiClient/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CallfireApiClient.nuspec b/CallfireApiClient.nuspec index ac31472..85178ab 100644 --- a/CallfireApiClient.nuspec +++ b/CallfireApiClient.nuspec @@ -1,7 +1,7 @@ CallfireApiClient - 1.1.13 + 1.1.14 CallFire API v2 client Vladimir Mikhailov @@ -15,6 +15,9 @@ C# client library for integration with Callfire REST API v2 services Callfire API client Changelog ============================= +Version 1.1.14 - Jan 17 2017 +- added possibility to use client without config file + Version 1.1.13 - Dec 30 2016 - minor fixes for get contacts history api diff --git a/Changelog.txt b/Changelog.txt index 2938bfa..43c80f6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,8 @@ Callfire API client Changelog ============================= +Version 1.1.14 - Jan 17 2017 +- added possibility to use client without config file + Version 1.1.13 - Dec 30 2016 - minor fixes for get contacts history api diff --git a/src/CallfireApiClient/Properties/AssemblyInfo.cs b/src/CallfireApiClient/Properties/AssemblyInfo.cs index fde4b36..2e887de 100644 --- a/src/CallfireApiClient/Properties/AssemblyInfo.cs +++ b/src/CallfireApiClient/Properties/AssemblyInfo.cs @@ -13,7 +13,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.1.13.*")] +[assembly: AssemblyVersion("1.1.14.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.