Skip to content

Commit 52ae45e

Browse files
committed
Version 2.16.1
1 parent 6df7625 commit 52ae45e

File tree

42 files changed

+59
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+59
-43
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

samples/SharedData/text-content/change-log.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<p>An overview of new features and fixes:</p>
22

3+
<h3>2.16.1 - June 24, 2024</h3>
4+
<ul>
5+
<li>New Blazor markers (<code>&lt;!--Blazor-Server-Component-State:…--&gt;</code>, <code>&lt;!--Blazor-WebAssembly-Component-State:…--&gt;</code> and <code>&lt;!--Blazor-Web-Initializers:…--&gt;</code>) are no longer removed</li>
6+
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.8</li>
7+
<li>In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.31</li>
8+
<li>In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.20</li>
9+
<li>In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.6</li>
10+
</ul>
11+
312
<h3>2.16.0 - February 28, 2024</h3>
413
<ul>
514
<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>

samples/WebMarkupMin.Sample.AspNet4.Mvc4/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("d94caf32-2855-453e-a282-60f6b5cc7955")]
1515

16-
[assembly: AssemblyVersion("2.16.0.0")]
17-
[assembly: AssemblyFileVersion("2.16.0.0")]
16+
[assembly: AssemblyVersion("2.16.1.0")]
17+
[assembly: AssemblyFileVersion("2.16.1.0")]

samples/WebMarkupMin.Sample.AspNet4.Mvc4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnet4.mvc4",
33
"private": true,
4-
"version": "2.16.0",
4+
"version": "2.16.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/WebMarkupMin.Sample.AspNet45.WebForms/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("ead85e04-c167-496e-ad08-476c85e44289")]
1515

16-
[assembly: AssemblyVersion("2.16.0.0")]
17-
[assembly: AssemblyFileVersion("2.16.0.0")]
16+
[assembly: AssemblyVersion("2.16.1.0")]
17+
[assembly: AssemblyFileVersion("2.16.1.0")]

samples/WebMarkupMin.Sample.AspNetCore.Infrastructure/WebMarkupMin.Sample.AspNetCore.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Infrastructure for ASP.NET Core Samples</Product>
5-
<VersionPrefix>2.16.0</VersionPrefix>
5+
<VersionPrefix>2.16.1</VersionPrefix>
66
<TargetFrameworks>net452;netstandard1.6;netstandard2.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

samples/WebMarkupMin.Sample.AspNetCore1.Mvc1/WebMarkupMin.Sample.AspNetCore1.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 MVC 1 Site</Product>
5-
<VersionPrefix>2.16.0</VersionPrefix>
5+
<VersionPrefix>2.16.1</VersionPrefix>
66
<TargetFramework>netcoreapp1.0</TargetFramework>
77
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

samples/WebMarkupMin.Sample.AspNetCore1.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnetcore1.mvc1",
33
"private": true,
4-
"version": "2.16.0",
4+
"version": "2.16.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

samples/WebMarkupMin.Sample.AspNetCore1Full.Mvc1/WebMarkupMin.Sample.AspNetCore1Full.Mvc1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>Web Markup Minifier: Sample ASP.NET Core 1.0 Full MVC 1 Site</Product>
5-
<VersionPrefix>2.16.0</VersionPrefix>
5+
<VersionPrefix>2.16.1</VersionPrefix>
66
<TargetFramework>net452</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/WebMarkupMin.Sample.AspNetCore1Full.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webmarkupmin.sample.aspnetcore1full.mvc1",
33
"private": true,
4-
"version": "2.16.0",
4+
"version": "2.16.1",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

0 commit comments

Comments
 (0)