Skip to content

Commit

Permalink
Version 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jun 26, 2024
1 parent adcd415 commit a2df569
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change log
==========

## v2.16.2 - June 26, 2024
* Blazor streaming markers (`<!--bl:…-->`, `<!--/bl:…-->` and `<!--bab39c12-73f9-4e04-b6b9-76cb2b324662-->`) are no longer removed

## v2.16.1 - June 24, 2024
* New Blazor markers (`<!--Blazor-Server-Component-State:…-->`, `<!--Blazor-WebAssembly-Component-State:…-->` and `<!--Blazor-Web-Initializers:…-->`) are no longer removed
* In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
Expand Down
5 changes: 5 additions & 0 deletions samples/SharedData/text-content/change-log.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<p>An overview of new features and fixes:</p>

<h3>2.16.2 - June 26, 2024</h3>
<ul>
<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>
</ul>

<h3>2.16.1 - June 24, 2024</h3>
<ul>
<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>
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.16.1.0")]
[assembly: AssemblyFileVersion("2.16.1.0")]
[assembly: AssemblyVersion("2.16.2.0")]
[assembly: AssemblyFileVersion("2.16.2.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.16.1",
"version": "2.16.2",
"devDependencies": {
"gulp": "4.0.2",
"del": "5.1.0",
Expand Down
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.16.1.0")]
[assembly: AssemblyFileVersion("2.16.1.0")]
[assembly: AssemblyVersion("2.16.2.0")]
[assembly: AssemblyFileVersion("2.16.2.0")]
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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1",
"version": "2.16.2",
"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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1",
"version": "2.16.2",
"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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1",
"version": "2.16.2",
"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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</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.16.1</VersionPrefix>
<VersionPrefix>2.16.2</VersionPrefix>
<TargetFrameworks>net40;net452;netstandard1.6;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.Core/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: Core v2.16.1
README file for Web Markup Minifier: Core v2.16.2

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

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

<PropertyGroup>
<Product>Web Markup Minifier: Core Benchmarks</Product>
<VersionPrefix>2.16.1</VersionPrefix>
<VersionPrefix>2.16.2</VersionPrefix>
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
2 changes: 1 addition & 1 deletion test/WebMarkupMin.Tests/WebMarkupMin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Web Markup Minifier: Core Tests</Product>
<VersionPrefix>2.16.1</VersionPrefix>
<VersionPrefix>2.16.2</VersionPrefix>
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit a2df569

Please sign in to comment.