Skip to content

Commit 13d7b6b

Browse files
committed
In WebMarkupMin.NUglify added support for the NUglify version 1.21.2
1 parent 3b7a38d commit 13d7b6b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/WebMarkupMin.NUglify/WebMarkupMin.NUglify.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<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/trullock/NUglify).</Description>
1313
<PackageTags>WebMarkupMin;Markup;HTML;XHTML;CSS;JavaScript;JS;Minification;Minifier;Minify;NUglify</PackageTags>
14-
<PackageReleaseNotes>1. Added support of the NUglify version 1.21.0;
15-
2. In configuration settings of CSS minifier was added one new property - `AbbreviateHexColor` (default `true`).</PackageReleaseNotes>
14+
<PackageReleaseNotes>Added support for the NUglify version 1.21.2.</PackageReleaseNotes>
1615
</PropertyGroup>
1716

1817
<Import Project="../../build/common.props" />
@@ -22,7 +21,7 @@
2221

2322
<ItemGroup>
2423
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
25-
<PackageReference Include="NUglify" Version="1.21.0" />
24+
<PackageReference Include="NUglify" Version="1.21.2" />
2625

2726
<ProjectReference Include="..\WebMarkupMin.Core\WebMarkupMin.Core.csproj" />
2827
</ItemGroup>

src/WebMarkupMin.NUglify/readme.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
=============
2020
RELEASE NOTES
2121
=============
22-
1. Added support of the NUglify version 1.21.0;
23-
2. In configuration settings of CSS minifier was added one new property -
24-
`AbbreviateHexColor` (default `true`).
22+
Added support for the NUglify version 1.21.2.
2523

2624
=============
2725
DOCUMENTATION

test/WebMarkupMin.Benchmarks/WebMarkupMin.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
2020
<PackageReference Include="Moq" Version="4.20.70" />
21-
<PackageReference Include="NUglify" Version="1.21.0" />
21+
<PackageReference Include="NUglify" Version="1.21.2" />
2222

2323
<ProjectReference Include="..\..\src\WebMarkupMin.Core\WebMarkupMin.Core.csproj" />
2424
<ProjectReference Include="..\..\src\WebMarkupMin.MsAjax\WebMarkupMin.MsAjax.csproj" />

0 commit comments

Comments
 (0)