Skip to content

Commit

Permalink
Version 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Feb 28, 2024
1 parent 81f0ac1 commit e1d7acd
Show file tree
Hide file tree
Showing 64 changed files with 110 additions and 108 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change log
==========

## v2.16.0 - February 28, 2024
* Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types
* Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types
* The `nomodule` attribute is now processed as a Boolean attribute
* In WebMarkupMin.NUglify added support for the NUglify version 1.21.4
* In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27
* In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16
* In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2

## v2.15.3 - January 12, 2024
* In WebMarkupMin.NUglify added support for the NUglify version 1.21.2
* In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.26
Expand Down
13 changes: 12 additions & 1 deletion samples/SharedData/text-content/change-log.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<p>An overview of new features and fixes:</p>

<h3>2.16.0 - February 28, 2024</h3>
<ul>
<li>Added support of JavaScript code minification in the <code>script</code> tags with <code>module</code>, <code>text/x-javascript</code>, <code>text/x-ecmascript</code>, <code>application/x-javascript</code> and <code>application/x-ecmascript</code> types</li>
<li>Added support of JSON data minification in the <code>script</code> tags with <code>importmap</code> and <code>speculationrules</code> types</li>
<li>The <code>nomodule</code> attribute is now processed as a Boolean attribute</li>
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.4</li>
<li>In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27</li>
<li>In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16</li>
<li>In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2</li>
</ul>

<h3>2.15.3 - January 12, 2024</h3>
<ul>
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.2</li>
Expand Down Expand Up @@ -45,7 +56,7 @@ <h3>2.14.1 - June 27, 2023</h3>

<h3>2.14.0 - May 24, 2023</h3>
<ul>
<li>In HTML and XHTML minification settings was added one new property - `AttributeQuotesStyle` (default `Auto`)</li>
<li>In HTML and XHTML minification settings was added one new property - <code>AttributeQuotesStyle</code> (default <code>Auto</code>)</li>
<li>In WebMarkupMin.NUglify added support of the NUglify version 1.20.7</li>
<li>In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.16</li>
<li>In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.5</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("d94caf32-2855-453e-a282-60f6b5cc7955")]

[assembly: AssemblyVersion("2.15.3.0")]
[assembly: AssemblyFileVersion("2.15.3.0")]
[assembly: AssemblyVersion("2.16.0.0")]
[assembly: AssemblyFileVersion("2.16.0.0")]
2 changes: 1 addition & 1 deletion samples/WebMarkupMin.Sample.AspNet4.Mvc4/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webmarkupmin.sample.aspnet4.mvc4",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions samples/WebMarkupMin.Sample.AspNet4.WebPages2/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NUglify" culture="neutral" publicKeyToken="15bc7810aec21b5e" />
<bindingRedirect oldVersion="0.0.0.0-1.21.4.0" newVersion="1.21.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AdvancedStringBuilder" culture="neutral" publicKeyToken="e818a2fc08933ddb" />
<bindingRedirect oldVersion="0.0.0.0-0.1.1.0" newVersion="0.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.21.0.0" newVersion="3.21.0.0" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions samples/WebMarkupMin.Sample.AspNet4.WebPages2/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AdvancedStringBuilder" version="0.1.0" targetFramework="net40" />
<package id="AdvancedStringBuilder" version="0.1.1" targetFramework="net40" />
<package id="AjaxMin" version="5.14.5506.26202" targetFramework="net40" />
<package id="Antlr" version="3.5.0.2" targetFramework="net40" />
<package id="BrotliSharpLib" version="0.3.3" targetFramework="net40" />
Expand All @@ -17,8 +17,8 @@
<package id="Modernizr" version="2.8.3" targetFramework="net40" />
<package id="MsieJavaScriptEngine" version="3.2.4" targetFramework="net40" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" />
<package id="NUglify" version="1.21.2" targetFramework="net40" />
<package id="PolyfillsForOldDotNet.System.Threading" version="0.1.1" targetFramework="net40" />
<package id="NUglify" version="1.21.4" targetFramework="net40" />
<package id="PolyfillsForOldDotNet.System.Threading" version="0.1.2" targetFramework="net40" />
<package id="Twitter.Bootstrap.Less" version="3.3.0" targetFramework="net40" />
<package id="WebGrease" version="1.6.0" targetFramework="net40" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("ead85e04-c167-496e-ad08-476c85e44289")]

[assembly: AssemblyVersion("2.15.3.0")]
[assembly: AssemblyFileVersion("2.15.3.0")]
[assembly: AssemblyVersion("2.16.0.0")]
[assembly: AssemblyFileVersion("2.16.0.0")]
8 changes: 8 additions & 0 deletions samples/WebMarkupMin.Sample.AspNet45.WebForms/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NUglify" culture="neutral" publicKeyToken="15bc7810aec21b5e" />
<bindingRedirect oldVersion="0.0.0.0-1.21.4.0" newVersion="1.21.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="AdvancedStringBuilder" culture="neutral" publicKeyToken="e818a2fc08933ddb" />
<bindingRedirect oldVersion="0.0.0.0-0.1.1.0" newVersion="0.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="JavaScriptEngineSwitcher.Core" publicKeyToken="c608b2a8cc9e4472" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.21.0.0" newVersion="3.21.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AdvancedStringBuilder, Version=0.1.0.0, Culture=neutral, PublicKeyToken=e818a2fc08933ddb, processorArchitecture=MSIL">
<HintPath>..\..\packages\AdvancedStringBuilder.0.1.0\lib\net45\AdvancedStringBuilder.dll</HintPath>
<Reference Include="AdvancedStringBuilder, Version=0.1.1.0, Culture=neutral, PublicKeyToken=e818a2fc08933ddb, processorArchitecture=MSIL">
<HintPath>..\..\packages\AdvancedStringBuilder.0.1.1\lib\net45\AdvancedStringBuilder.dll</HintPath>
</Reference>
<Reference Include="AjaxMin, Version=5.14.5506.26196, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f, processorArchitecture=MSIL">
<HintPath>..\..\packages\AjaxMin.5.14.5506.26202\lib\net40\AjaxMin.dll</HintPath>
Expand Down Expand Up @@ -83,8 +83,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NUglify, Version=1.21.2.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.21.2\lib\net40\NUglify.dll</HintPath>
<Reference Include="NUglify, Version=1.21.4.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUglify.1.21.4\lib\net40\NUglify.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions samples/WebMarkupMin.Sample.AspNet45.WebForms/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AdvancedStringBuilder" version="0.1.0" targetFramework="net45" />
<package id="AdvancedStringBuilder" version="0.1.1" targetFramework="net45" />
<package id="AjaxMin" version="5.14.5506.26202" targetFramework="net45" />
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
<package id="BundleTransformer.ConfigurationIntelliSense" version="1.13.14" targetFramework="net45" />
Expand All @@ -17,7 +17,7 @@
<package id="Modernizr" version="2.8.3" targetFramework="net45" />
<package id="MsieJavaScriptEngine" version="3.2.4" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net45" />
<package id="NUglify" version="1.21.2" targetFramework="net45" />
<package id="NUglify" version="1.21.4" targetFramework="net45" />
<package id="Twitter.Bootstrap.Less" version="3.3.0" targetFramework="net45" />
<package id="WebGrease" version="1.6.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Infrastructure for ASP.NET Core Samples</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net452;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion samples/WebMarkupMin.Sample.AspNetCore1.Mvc1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webmarkupmin.sample.aspnetcore1.mvc1",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webmarkupmin.sample.aspnetcore1full.mvc1",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 2.1 MVC 2.1 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webmarkupmin.sample.aspnetcore21.mvc21",
"private": true,
"version": "2.15.3",
"version": "2.16.0",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 3.1 MVC 3.1 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 5 MVC 5 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 6 MVC 6 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 7 MVC 7 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Sample ASP.NET Core 8 MVC 8 Site</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Logic for Samples</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net452;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Resources for Samples</Product>
<VersionPrefix>2.15.3</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net452;netstandard1.6;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Brotli for ASP.NET</Product>
<VersionPrefix>2.13.2</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -22,7 +22,6 @@ In version for .NET Standard 2.1, .NET 6 and .NET 7 uses the built-in compressor

If you are using extensions for ASP.NET Core 3.1 or higher, then you should use a `BuiltInBrotliCompressor` class from `WebMarkupMin.AspNet.Common.Compressors` namespace instead of a `BrotliCompressor` class. In this case, the WebMarkupMin.Brotli package will no longer be needed and you can uninstall it.</Description>
<PackageTags>WebMarkupMin;ASP.NET;Compression;Brotli</PackageTags>
<PackageReleaseNotes>Fixed a error #150 “.NET 7 broke BrotliCompressor due to invalid compression levels”.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 1 addition & 7 deletions src/WebMarkupMin.AspNet.Brotli/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: Brotli for ASP.NET v2.13.2
README file for Web Markup Minifier: Brotli for ASP.NET v2.16.0

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

Expand All @@ -24,12 +24,6 @@
namespace instead of a `BrotliCompressor` class. In this case, the
WebMarkupMin.Brotli package will no longer be needed and you can uninstall it.

=============
RELEASE NOTES
=============
Fixed a error #150 “.NET 7 broke BrotliCompressor due to invalid compression
levels”.

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

<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Common</Product>
<VersionPrefix>2.14.0</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNet.Common/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Common v2.14.0
README file for Web Markup Minifier: ASP.NET Common v2.16.0

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET 4.X Common</Product>
<VersionPrefix>2.12.0</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net45</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNet4.Common/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET 4.X Common v2.12.0
README file for Web Markup Minifier: ASP.NET 4.X Common v2.16.0

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET 4.X HTTP modules</Product>
<VersionPrefix>2.12.0</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net45</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNet4.HttpModules/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET 4.X HTTP modules v2.12.0
README file for Web Markup Minifier: ASP.NET 4.X HTTP modules v2.16.0

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET 4.X MVC</Product>
<VersionPrefix>2.12.0</VersionPrefix>
<VersionPrefix>2.16.0</VersionPrefix>
<TargetFrameworks>net40;net45</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNet4.Mvc/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET 4.X MVC v2.12.0
README file for Web Markup Minifier: ASP.NET 4.X MVC v2.16.0

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

Expand Down
Loading

0 comments on commit e1d7acd

Please sign in to comment.