Skip to content

Commit 9364b37

Browse files
committed
- Updated to version 1.3.4
Signed-off-by: rpgmaker <olamide.bakre@gmail.com>
1 parent bb3bda2 commit 9364b37

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

NetJSON/NetJSON.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<id>NetJSON</id>
55
<title>NetJSON</title>
66
<tags>json json-serializer javascript JSON serializer binary</tags>
7-
<version>1.3.3</version>
7+
<version>1.3.4</version>
88
<authors>TJ Bakre</authors>
99
<description>Faster than Any Binary?</description>
1010
<releaseNotes>
11-
- Fixed issue with deserializing empty character
11+
- Add support for detecting invalid json such as missing quotes
1212
</releaseNotes>
1313
<language>en-US</language>
1414
<licenseUrl>https://github.com/rpgmaker/NetJSON/blob/master/LICENSE.text</licenseUrl>

NetJSON/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.3.3")]
37-
[assembly: AssemblyFileVersion("1.3.3")]
36+
[assembly: AssemblyVersion("1.3.4")]
37+
[assembly: AssemblyFileVersion("1.3.4")]
3838
#if !NET_35 && !NET_STANDARD
3939
[assembly: SecurityRules(SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
4040
#endif

NetJSON/lib/net35/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net40/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net462/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net472/NetJSON.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)