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

Commit 2e3c949

Browse files
committed
Merge pull request #369 from x-cray/master
New build of SL binaries
2 parents 6dbff3c + 94b23a3 commit 2e3c949

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NuGet/lib/sl5/ServiceStack.Text.dll

4.5 KB
Binary file not shown.

NuGet/lib/sl5/ServiceStack.Text.xml

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.959m;
37+
public static decimal ServiceStackVersion = 3.960m;
3838

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

0 commit comments

Comments
 (0)