Skip to content

Commit

Permalink
In BundleTransformer.NUglify added support of the NUglify version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Aug 19, 2020
1 parent 9a9ca47 commit 165308c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>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).</Description>
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/BundleTransformer/master/images/icons/128/BundleTransformer_NUglify_Logo_128x128.png</PackageIconUrl>
<PackageTags>BundleTransformer;System.Web.Optimization;IBundleTransform;ASP.NET;CSS;JavaScript;JS;Bundling;Minification;Minifier;Minify;Obfuscation;NUglify</PackageTags>
<PackageReleaseNotes>Added support of the NUglify version 1.6.4.</PackageReleaseNotes>
<PackageReleaseNotes>Added support of the NUglify version 1.6.5.</PackageReleaseNotes>
</PropertyGroup>

<Import Project="../../build/common.props" />
Expand All @@ -22,7 +22,7 @@
<Reference Include="System.configuration" Pack="false" />

<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
<PackageReference Include="NUglify" Version="1.6.4" />
<PackageReference Include="NUglify" Version="1.6.5" />

<ProjectReference Include="../BundleTransformer.Core/BundleTransformer.Core.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.NUglify/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
=============
RELEASE NOTES
=============
Added support of the NUglify version 1.6.4.
Added support of the NUglify version 1.6.5.

====================
POST-INSTALL ACTIONS
Expand Down

0 comments on commit 165308c

Please sign in to comment.