File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<package xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >ServiceStack.Text</id >
5- <version >3.6.9 </version >
5+ <version >3.7.8 </version >
66 <authors >Demis Bellot</authors >
77 <owners >Demis Bellot</owners >
88 <summary >.NET's fastest JSON, JSV and CSV Text Serializers (3x faster than JSON.NET)</summary >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ static Env()
2323 + ( IsMonoTouch ? " MonoTouch" : "" ) ;
2424 }
2525
26- public static decimal ServiceStackVersion = 3.69m ;
26+ public static decimal ServiceStackVersion = 3.78m ;
2727
2828 public static bool IsUnix { get ; set ; }
2929
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "3.6.9.* " ) ]
35+ [ assembly: AssemblyVersion ( "3.7.8.0 " ) ]
3636//[assembly: AssemblyFileVersion("1.0.0.0")]
You can’t perform that action at this time.
0 commit comments