Skip to content

Commit 6211d0c

Browse files
committed
1.0.3 (cumulation of previous changes + removed some code that was used for testing)
1 parent 91025df commit 6211d0c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

UnitTests/Tests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,6 @@ public static void exotic_deserialize()
18051805
//Console.WriteLine(" size = " + jsonText.Length);
18061806
for (int i = 0; i < thousandtimes; i++)
18071807
{
1808-
System.IO.File.WriteAllText(@"C:\Users\Hamish\Desktop\text.json", jsonText);
18091808
deserializedStore = (colclass)JSON.ToObject(jsonText);
18101809
}
18111810
stopwatch.Stop();

fastJSON.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>fastJSON5</id>
6-
<version>1.0.2</version>
6+
<version>1.0.3</version>
77
<title>fastJSON5</title>
88
<authors>hamarb123, mgholam</authors>
99
<owners />

fastJSONcore/fastJSON.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Product>fastJSON5</Product>
1212
<Copyright>mgholam © 2010-2021, hamarb123 © 2020-2021</Copyright>
1313
<Company>hamarb123, mgholam</Company>
14-
<Version>1.0.2-2.4.0.3</Version>
14+
<Version>1.0.3-2.4.0.3</Version>
1515
<AssemblyName>fastJSON5</AssemblyName>
1616
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
1717
<LangVersion>9</LangVersion>

history_json5.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
1.0.2-2.4.0.3
26
- Add support for .NET Framework 4 and .NET Standard 2.0!
37
- Fix some formatting in the project file

0 commit comments

Comments
 (0)