Skip to content

Commit

Permalink
TSMD-8502 release version change 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrasic-telesign committed Mar 9, 2018
1 parent 74f4301 commit e393e2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.2.0.{build}
version: 2.2.1.{build}
before_build:
- nuget restore Telesign.sln
build:
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.2.1
- Added support for application/json content-type

2.2.0
- AutoVerify rebranded to AppVerify, please update your integration.

Expand Down
2 changes: 1 addition & 1 deletion Telesign/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Telesign
public class RestClient : IDisposable
{
public static readonly string UserAgent = string.Format("TeleSignSdk/csharp-{0} .Net/{1} HttpClient",
"2.2.0",
"2.2.1",
Environment.Version.ToString());

protected string customerId;
Expand Down
2 changes: 1 addition & 1 deletion Telesign/telesign.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Telesign</id>
<version>2.2.0</version>
<version>2.2.1</version>
<title>Telesign</title>
<authors>Telesign</authors>
<owners>Telesign</owners>
Expand Down

0 comments on commit e393e2e

Please sign in to comment.