File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1805,7 +1805,6 @@ public static void exotic_deserialize()
1805
1805
//Console.WriteLine(" size = " + jsonText.Length);
1806
1806
for ( int i = 0 ; i < thousandtimes ; i ++ )
1807
1807
{
1808
- System . IO . File . WriteAllText ( @"C:\Users\Hamish\Desktop\text.json" , jsonText ) ;
1809
1808
deserializedStore = ( colclass ) JSON . ToObject ( jsonText ) ;
1810
1809
}
1811
1810
stopwatch . Stop ( ) ;
Original file line number Diff line number Diff line change 3
3
xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
4
<metadata >
5
5
<id >fastJSON5</id >
6
- <version >1.0.2 </version >
6
+ <version >1.0.3 </version >
7
7
<title >fastJSON5</title >
8
8
<authors >hamarb123, mgholam</authors >
9
9
<owners />
Original file line number Diff line number Diff line change 11
11
<Product >fastJSON5</Product >
12
12
<Copyright >mgholam © 2010-2021, hamarb123 © 2020-2021</Copyright >
13
13
<Company >hamarb123, mgholam</Company >
14
- <Version >1.0.2 -2.4.0.3</Version >
14
+ <Version >1.0.3 -2.4.0.3</Version >
15
15
<AssemblyName >fastJSON5</AssemblyName >
16
16
<ProduceReferenceAssembly >false</ProduceReferenceAssembly >
17
17
<LangVersion >9</LangVersion >
Original file line number Diff line number Diff line change
1
+ 1.0.3-2.4.0.3
2
+ - Update license
3
+ - Small fix to do with serialising doubles and floats on .NET Framework
4
+
1
5
1.0.2-2.4.0.3
2
6
- Add support for .NET Framework 4 and .NET Standard 2.0!
3
7
- Fix some formatting in the project file
You can’t perform that action at this time.
0 commit comments