Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7c64059

Browse files
committed
INCR to vNext v3.9.50
1 parent 188924a commit 7c64059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/servicestack.text.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.Text</id>
55
<title>.NET's fastest JSON Serializer by ServiceStack</title>
6-
<version>3.9.49</version>
6+
<version>3.9.50</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>

src/ServiceStack.Text/Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static Env()
3434
+ (IsWinRT ? ".NET WinRT" : "");
3535
}
3636

37-
public static decimal ServiceStackVersion = 3.949m;
37+
public static decimal ServiceStackVersion = 3.950m;
3838

3939
public static bool IsUnix { get; set; }
4040

0 commit comments

Comments
 (0)