Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 25, 2016
1 parent c118861 commit 1f66954
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
7 changes: 5 additions & 2 deletions NuGet/DouglasCrockford.JsMin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DouglasCrockford.JsMin</id>
<version>1.0.0</version>
<title>JSMin.NET</title>
<version>1.0.1</version>
<title>JSMin for .Net</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<licenseUrl>http://github.com/Taritsyn/JSMin.NET/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Taritsyn/JSMin.NET</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JSMin.NET/master/images/JSMin_Logo128x128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>JSMin.NET is a .NET port of the Douglas Crockford's JSMin (http://github.com/douglascrockford/JSMin).</description>
<summary>JSMin.NET is a .NET port of the Douglas Crockford's JSMin.</summary>
<releaseNotes>1. Assembly is now targeted on the .NET Framework 4 Client Profile;
2. “JSMin.NET” NuGet package renamed to “DouglasCrockford.JsMin”.</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>Douglas Crockford JSMin JavaScript JS Minification Minifier Minify</tags>
Expand Down
8 changes: 7 additions & 1 deletion NuGet/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


----------------------------------------------------------------------
README file for JSMin for .Net 1.0.0
README file for JSMin for .Net v1.0.1

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

Expand All @@ -14,6 +14,12 @@
A .NET port of the Douglas Crockford's JSMin
(http://github.com/douglascrockford/JSMin).

=============
RELEASE NOTES
=============
1. Assembly is now targeted on the .NET Framework 4 Client Profile;
2. “JSMin.NET” NuGet package renamed to “DouglasCrockford.JsMin”.

=============
DOCUMENTATION
=============
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JSMin for .Net
A .NET port of the [Douglas Crockford's JSMin](http://github.com/douglascrockford/JSMin).

#Installation
This library can be installed through NuGet - [http://nuget.org/packages/JSMin.NET](http://nuget.org/packages/JSMin.NET).
This library can be installed through NuGet - [http://nuget.org/packages/DouglasCrockford.JsMin](http://nuget.org/packages/DouglasCrockford.JsMin).

# License
[Douglas Crockford's License](https://github.com/Taritsyn/JSMin.NET/blob/master/LICENSE)
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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit 1f66954

Please sign in to comment.