Skip to content

Commit

Permalink
In BundleTransformer.NUglify added support for the NUglify version 1.…
Browse files Browse the repository at this point in the history
…21.10
  • Loading branch information
Taritsyn committed Dec 2, 2024
1 parent 18ef968 commit 59412e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/BundleTransformer/master/images/icons/128/BundleTransformer_NUglify_Logo_128x128.png</PackageIconUrl>
<PackageIconFullPath>../../images/icons/128/BundleTransformer_NUglify_Logo_128x128.png</PackageIconFullPath>
<PackageTags>$(PackageCommonTags);CSS;JavaScript;JS;Bundling;Minification;Minifier;Minify;Obfuscation;NUglify</PackageTags>
<PackageReleaseNotes>Added support for the NUglify version 1.21.9.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for the NUglify version 1.21.10.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.configuration" Pack="false" />

<PackageReference Include="NUglify" Version="1.21.9" />
<PackageReference Include="NUglify" Version="1.21.10" />

<ProjectReference Include="../BundleTransformer.Core/BundleTransformer.Core.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.NUglify/PACKAGE-DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BundleTransformer.NUglify contains two minifier-adapters: `NUglifyCssMinifier` (for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS code).
These adapters perform minification by using the [NUglify](https://github.com/trullock/NUglify) version 1.21.9.
These adapters perform minification by using the [NUglify](https://github.com/trullock/NUglify) version 1.21.10.
4 changes: 2 additions & 2 deletions src/BundleTransformer.NUglify/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
BundleTransformer.NUglify contains two minifier-adapters: `NUglifyCssMinifier`
(for minification of CSS code) and `NUglifyJsMinifier` (for minification of JS
code). These adapters perform minification by using the NUglify
(https://github.com/trullock/NUglify) version 1.21.9.
(https://github.com/trullock/NUglify) version 1.21.10.

=============
RELEASE NOTES
=============
Added support for the NUglify version 1.21.9.
Added support for the NUglify version 1.21.10.

====================
POST-INSTALL ACTIONS
Expand Down
4 changes: 2 additions & 2 deletions test/BundleTransformer.Tests/BundleTransformer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.24.1" />
<PackageReference Include="JavaScriptEngineSwitcher.Msie" Version="3.24.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

<ProjectReference Include="../../src/BundleTransformer.Autoprefixer/BundleTransformer.Autoprefixer.csproj" />
Expand Down

0 comments on commit 59412e6

Please sign in to comment.