Skip to content

Commit f3b2a03

Browse files
committed
Update to 1.4.1
1 parent f2fb59c commit f3b2a03

File tree

18 files changed

+4
-4
lines changed

18 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.4.0</version>
7+
<version>1.4.1</version>
88
<authors>TJ Bakre</authors>
99
<description>Faster than Any Binary?</description>
1010
<releaseNotes>
11-
- Add support for .NET 6.0
11+
- Fixed license URL
1212
</releaseNotes>
1313
<language>en-US</language>
1414
<licenseUrl>https://github.com/rpgmaker/NetJSON/blob/master/LICENSE.txt</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.4.0")]
37-
[assembly: AssemblyFileVersion("1.4.0")]
36+
[assembly: AssemblyVersion("1.4.1")]
37+
[assembly: AssemblyFileVersion("1.4.1")]
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/net35/NetJSON.pdb

0 Bytes
Binary file not shown.

NetJSON/lib/net40/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net40/NetJSON.pdb

0 Bytes
Binary file not shown.

NetJSON/lib/net462/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net462/NetJSON.pdb

0 Bytes
Binary file not shown.

NetJSON/lib/net472/NetJSON.dll

0 Bytes
Binary file not shown.

NetJSON/lib/net472/NetJSON.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)