Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 19, 2016
1 parent 5f63e8f commit 3bc8a39
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NuGet/DouglasCrockford.JsMin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DouglasCrockford.JsMin</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>JSMin for .Net</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


----------------------------------------------------------------------
README file for JSMin for .Net v1.1.0
README file for JSMin for .Net v1.1.1

----------------------------------------------------------------------

Expand All @@ -17,7 +17,7 @@
=============
RELEASE NOTES
=============
Added support of .NET Core 1.0 RTM.
Optimized memory usage.

=============
DOCUMENTATION
Expand Down
4 changes: 2 additions & 2 deletions src/DouglasCrockford.JsMin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("0d7b205c-e3d6-4756-9977-29a71052536b")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
4 changes: 2 additions & 2 deletions src/DouglasCrockford.JsMin/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"version": "1.1.1",

"dependencies": { },
"dependencies": {},

"frameworks": {
"netstandard1.1": {
Expand Down
4 changes: 2 additions & 2 deletions test/DouglasCrockford.JsMin.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("72947ee4-f2b3-42e9-a84b-9a4a5254e974")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
4 changes: 2 additions & 2 deletions test/DouglasCrockford.JsMin.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.1.0",
"version": "1.1.1",

"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Microsoft.NETCore.Platforms": "1.0.1",
"xunit": "2.2.0-beta2-build3300",
"DouglasCrockford.JsMin": "1.1.0"
"DouglasCrockford.JsMin": "1.1.1"
},

"testRunner": "xunit",
Expand Down

0 comments on commit 3bc8a39

Please sign in to comment.