Skip to content

Commit

Permalink
bumped version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Aug 26, 2020
1 parent 1aff111 commit 4710b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NUglify/NUglify.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>NUglify provides minify and compression methods for CSS, JavaScript and HTML files for .NET (fork of AjaxMin + new features)</Description>
<Description>NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET</Description>
<Copyright>Alexandre Mutel;Andrew Bullock</Copyright>
<AssemblyTitle>NUglify</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
Expand All @@ -17,7 +17,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/trullock/NUglify</RepositoryUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<Version>1.8.1</Version>
<Version>1.9.1</Version>
<PackageLicenseExpression></PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 4710b7c

Please sign in to comment.