Skip to content

Commit 30ba3ee

Browse files
committed
Version 2.17.0
1 parent d8cee38 commit 30ba3ee

File tree

55 files changed

+72
-64
lines changed

Some content is hidden

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

55 files changed

+72
-64
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

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

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

3+
<h3>2.17.0 - August 6, 2024</h3>
4+
<ul>
5+
<li>In HTML and XHTML minification settings was added one new property - <code>PreservableHtmlCommentList</code> (default is empty)</li>
6+
<li>In WebMarkupMin.NUglify added support for the NUglify version 1.21.9</li>
7+
<li>In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.32</li>
8+
<li>In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.7</li>
9+
</ul>
10+
311
<h3>2.16.2 - June 26, 2024</h3>
412
<ul>
513
<li>Blazor streaming markers (<code>&lt;!--bl:…--&gt;</code>, <code>&lt;!--/bl:…--&gt;</code> and <code>&lt;!--bab39c12-73f9-4e04-b6b9-76cb2b324662--&gt;</code>) are no longer removed</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.2.0")]
17-
[assembly: AssemblyFileVersion("2.16.2.0")]
16+
[assembly: AssemblyVersion("2.17.0.0")]
17+
[assembly: AssemblyFileVersion("2.17.0.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.2",
4+
"version": "2.17.0",
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.2.0")]
17-
[assembly: AssemblyFileVersion("2.16.2.0")]
16+
[assembly: AssemblyVersion("2.17.0.0")]
17+
[assembly: AssemblyFileVersion("2.17.0.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.2</VersionPrefix>
5+
<VersionPrefix>2.17.0</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.2</VersionPrefix>
5+
<VersionPrefix>2.17.0</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.2",
4+
"version": "2.17.0",
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.2</VersionPrefix>
5+
<VersionPrefix>2.17.0</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.2",
4+
"version": "2.17.0",
55
"devDependencies": {
66
"gulp": "4.0.2",
77
"del": "5.1.0",

0 commit comments

Comments
 (0)