Skip to content

Commit

Permalink
Bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Apr 28, 2017
1 parent 9daf2ac commit e91a074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lz-string-csharp",
"version": "1.2.0",
"version": "1.3.0",
"description": "lz-string c# implementation",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/LZStringCSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>LZ String C# Compression Library</description>
<releaseNotes>Update C# Implementation more closely match and work with lz-string 1.4.4 JS package</releaseNotes>
<releaseNotes>Fix thread safety issue when using Base64 or EncodedURIComponent</releaseNotes>
<tags>compression lz</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.2.0.*")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0.*")]
[assembly: AssemblyFileVersion("1.3.0")]

0 comments on commit e91a074

Please sign in to comment.