Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Signed-off-by: rpgmaker <olamide.bakre@gmail.com>
  • Loading branch information
rpgmaker committed Feb 14, 2019
1 parent 058d1b1 commit 4138f9c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NetJSON/NetJSON.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<id>NetJSON</id>
<title>NetJSON</title>
<tags>json json-serializer javascript JSON serializer binary</tags>
<version>1.2.9</version>
<version>1.2.10</version>
<authors>TJ Bakre</authors>
<description>Faster than Any Binary?</description>
<releaseNotes>
Added support for IReadOnlyDictionary and IReadOnlyList
Fixed Issue with Nullable properties in class not setting properties when using structs
</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.9")]
[assembly: AssemblyFileVersion("1.2.9")]
[assembly: AssemblyVersion("1.2.10")]
[assembly: AssemblyFileVersion("1.2.10")]
#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 4138f9c

Please sign in to comment.