Skip to content

Commit e393e2e

Browse files
TSMD-8502 release version change 2.2.0 -> 2.2.1
1 parent 74f4301 commit e393e2e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.2.0.{build}
1+
version: 2.2.1.{build}
22
before_build:
33
- nuget restore Telesign.sln
44
build:

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.1
2+
- Added support for application/json content-type
3+
14
2.2.0
25
- AutoVerify rebranded to AppVerify, please update your integration.
36

Telesign/RestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Telesign
1919
public class RestClient : IDisposable
2020
{
2121
public static readonly string UserAgent = string.Format("TeleSignSdk/csharp-{0} .Net/{1} HttpClient",
22-
"2.2.0",
22+
"2.2.1",
2323
Environment.Version.ToString());
2424

2525
protected string customerId;

Telesign/telesign.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Telesign</id>
5-
<version>2.2.0</version>
5+
<version>2.2.1</version>
66
<title>Telesign</title>
77
<authors>Telesign</authors>
88
<owners>Telesign</owners>

0 commit comments

Comments
 (0)