Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CallfireApiClient.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><package>
<metadata>
<id>CallfireApiClient</id>
<version>1.1.2</version>
<version>1.1.20</version>
<title>CallFire API v2 client</title>
<authors>
Vladimir Mikhailov
Expand All @@ -15,7 +15,7 @@
<description>C# client library for integration with Callfire REST API v2 services</description>
<releaseNotes>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
Expand Down
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion src/CallfireApiClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down