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 Oct 21, 2016
1 parent 0a44190 commit e8671cf
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NetJSON.Core.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"NetJSON.Core": "1.2.1.4",
"NetJSON.Core": "1.2.1.5",
"NETStandard.Library": "1.6.0",
"xunit": "2.2.0-beta2-build3300"
},
Expand Down
2 changes: 1 addition & 1 deletion NetJSON.Core.Tests/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7490,7 +7490,7 @@
"projectFileDependencyGroups": {
"": [
"NETStandard.Library >= 1.6.0",
"NetJSON.Core >= 1.2.1.4",
"NetJSON.Core >= 1.2.1.5",
"dotnet-test-xunit >= 2.2.0-preview2-build1029",
"xunit >= 2.2.0-beta2-build3300"
],
Expand Down
4 changes: 2 additions & 2 deletions NetJSON.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
// 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.1.4")]
[assembly: AssemblyFileVersion("1.2.1.4")]
[assembly: AssemblyVersion("1.2.1.5")]
[assembly: AssemblyFileVersion("1.2.1.5")]
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.1.4</version>
<version>1.2.1.5</version>
<authors>TJ Bakre</authors>
<description>Faster than Any Binary?</description>
<releaseNotes>
Fixed nullable issue with skip default option
Fixed issue with invalid json not throwing exception
</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.1.4")]
[assembly: AssemblyFileVersion("1.2.1.4")]
[assembly: AssemblyVersion("1.2.1.5")]
[assembly: AssemblyFileVersion("1.2.1.5")]
#if !NET_35
[assembly: SecurityRules(SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
#endif
Binary file modified NetJSON/lib/dnx/NetJSON.Core.dll
Binary file not shown.
Binary file modified NetJSON/lib/dnxcore/NetJSON.Core.dll
Binary file not shown.
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/netcore/NetJSON.Core.dll
Binary file not shown.
Binary file modified NetJSON/lib/netcore45/NetJSON.Core.dll
Binary file not shown.
Binary file modified NetJSON/lib/netstandard1.6/NetJSON.Core.dll
Binary file not shown.

0 comments on commit e8671cf

Please sign in to comment.