Skip to content

Commit

Permalink
In WebMarkupMin.NUglify added support of the NUglify version 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 10, 2020
1 parent 913e6d0 commit bec701d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2019 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2013-2020 Andrey Taritsyn - http://www.taritsyn.ru

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-2019 Andrey Taritsyn</Copyright>
<Copyright>Copyright © 2013-2020 Andrey Taritsyn</Copyright>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
</PropertyGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/WebMarkupMin.NUglify/WebMarkupMin.NUglify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>WebMarkupMin.NUglify contains 2 minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code). These adapters perform minification using the NUglify (https://github.com/xoofx/NUglify).</Description>
<PackageTags>WebMarkupMin;Markup;HTML;XHTML;CSS;JavaScript;JS;Minification;Minifier;Minify;NUglify</PackageTags>
<PackageReleaseNotes>Added support of the NUglify version 1.5.14.</PackageReleaseNotes>
</PropertyGroup>

<Import Project="../../build/common.props" />
Expand All @@ -20,7 +21,7 @@

<ItemGroup>
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
<PackageReference Include="NUglify" Version="1.5.13" />
<PackageReference Include="NUglify" Version="1.5.14" />

<ProjectReference Include="..\WebMarkupMin.Core\WebMarkupMin.Core.csproj" />
</ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion src/WebMarkupMin.NUglify/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

Copyright (c) 2013-2019 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2013-2020 Andrey Taritsyn - http://www.taritsyn.ru


===========
Expand All @@ -16,6 +16,11 @@
These adapters perform minification using the NUglify
(https://github.com/xoofx/NUglify).

=============
RELEASE NOTES
=============
Added support of the NUglify version 1.5.14.

=============
DOCUMENTATION
=============
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="NUglify" Version="1.5.13" />
<PackageReference Include="NUglify" Version="1.5.14" />
<PackageReference Include="Moq" Version="4.13.1" />

<ProjectReference Include="..\..\src\WebMarkupMin.Core\WebMarkupMin.Core.csproj" />
Expand Down

0 comments on commit bec701d

Please sign in to comment.