diff --git a/CallfireApiClient.nuspec b/CallfireApiClient.nuspec index b2d8831..c76e3c9 100644 --- a/CallfireApiClient.nuspec +++ b/CallfireApiClient.nuspec @@ -1,7 +1,7 @@ CallfireApiClient - 1.1.2 + 1.1.20 CallFire API v2 client Vladimir Mikhailov @@ -15,7 +15,7 @@ C# client library for integration with Callfire REST API v2 services Callfire API client Changelog ============================= -Version 1.1.2 - August 1 2018 +Version 1.1.20 - August 1 2018 - updated .NET framework target version to latest for support TLS 1.2 by default Version 1.1.19 - Jun 13 2017 diff --git a/Changelog.txt b/Changelog.txt index 6282869..9a048f1 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,6 @@ Callfire API client Changelog ============================= -Version 1.1.2 - August 1 2018 +Version 1.1.20 - August 1 2018 - updated .NET framework target version to latest for support TLS 1.2 by default Version 1.1.19 - Jun 13 2017 diff --git a/build.gradle b/build.gradle index a2aa6d4..740f26c 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ githubRelease.dependsOn configureCustomGitHubRelease // nuget package upload, requires API key to be set nugetPush { apiKey = System.properties[ 'NUGET_API_KEY' ] ?: "key not set" - serverUrl = System.properties[ 'SOURCE_URL' ] ?: "source not set" + serverUrl = 'https://www.nuget.org/api/v2/package' nupkgFile = nugetPack.packageFile } diff --git a/src/CallfireApiClient/Properties/AssemblyInfo.cs b/src/CallfireApiClient/Properties/AssemblyInfo.cs index 149e256..ea15810 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.2.*")] +[assembly: AssemblyVersion("1.1.20.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.