This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.58 </version >
6+ <version >3.9.59 </version >
77 <authors >Demis Bellot</authors >
88 <owners >Demis Bellot</owners >
99 <summary >.NET's fastest JSON, JSV and CSV Text Serializers</summary >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ static Env()
3434 + ( IsWinRT ? ".NET WinRT" : "" ) ;
3535 }
3636
37- public static decimal ServiceStackVersion = 3.958m ;
37+ public static decimal ServiceStackVersion = 3.959m ;
3838
3939 public static bool IsUnix { get ; set ; }
4040
Original file line number Diff line number Diff line change 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.58 .0" ) ]
34+ [ assembly: AssemblyVersion ( "3.9.59 .0" ) ]
3535//[assembly: AssemblyFileVersion("1.0.0.0")]
You can’t perform that action at this time.
0 commit comments