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

Commit 437f656

Browse files
committed
INCR to v3.9.60 - the snapshot of v3
1 parent d74be3b commit 437f656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/servicestack.text.nuspec

+1-1
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.59</version>
6+
<version>3.9.60</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/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.9.59.0")]
34+
[assembly: AssemblyVersion("3.9.60.0")]
3535
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)