Skip to content

Commit

Permalink
Updated to 1.2.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgmaker committed Nov 12, 2018
1 parent 1a88dba commit 3449b90
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NetJSON/NetJSON.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<id>NetJSON</id>
<title>NetJSON</title>
<tags>json json-serializer javascript JSON serializer binary</tags>
<version>1.2.7</version>
<version>1.2.8</version>
<authors>TJ Bakre</authors>
<description>Faster than Any Binary?</description>
<releaseNotes>
Fixed issue with serialization in .net standard 2.x
Fixed issue with deserialization of boolean
Added support for IReadonlyCollection
</releaseNotes>
<language>en-US</language>
<licenseUrl>https://github.com/rpgmaker/NetJSON/blob/master/LICENSE.text</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions NetJSON/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.7")]
[assembly: AssemblyFileVersion("1.2.7")]
[assembly: AssemblyVersion("1.2.8")]
[assembly: AssemblyFileVersion("1.2.8")]
#if !NET_35 && !NET_STANDARD
[assembly: SecurityRules(SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
#endif
Expand Down
Binary file modified NetJSON/lib/net35/NetJSON.dll
Binary file not shown.
Binary file modified NetJSON/lib/net40/NetJSON.dll
Binary file not shown.
Binary file modified NetJSON/lib/net462/NetJSON.dll
Binary file not shown.
Binary file modified NetJSON/lib/net472/NetJSON.dll
Binary file not shown.
Binary file modified NetJSON/lib/netstandard1.6/NetJSON.Core.dll
Binary file not shown.

0 comments on commit 3449b90

Please sign in to comment.