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 3
3
<metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<id >ServiceStack.Text</id >
5
5
<title >.NET's fastest JSON Serializer by ServiceStack</title >
6
- <version >3.9.55 </version >
6
+ <version >3.9.56 </version >
7
7
<authors >Demis Bellot</authors >
8
8
<owners >Demis Bellot</owners >
9
9
<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()
34
34
+ ( IsWinRT ? ".NET WinRT" : "" ) ;
35
35
}
36
36
37
- public static decimal ServiceStackVersion = 3.955m ;
37
+ public static decimal ServiceStackVersion = 3.956m ;
38
38
39
39
public static bool IsUnix { get ; set ; }
40
40
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "3.9.55 .0" ) ]
34
+ [ assembly: AssemblyVersion ( "3.9.56 .0" ) ]
35
35
//[assembly: AssemblyFileVersion("1.0.0.0")]
You can’t perform that action at this time.
0 commit comments