Skip to content

Commit

Permalink
Version 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Apr 3, 2023
1 parent c981e1d commit b3d2146
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

## v2.13.9 - April 3, 2023
* Small refactoring of the HTML/XHTML parser was performed
* In ASP.NET Core extensions was made refactoring
* In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.15
* In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.4

## v2.13.9 Preview 2 - March 23, 2023
* ASP.NET Core Middlewares rolled back to previous thread safety implementation
* In ASP.NET Core extensions was added protection of minified content from untimely garbage collection
Expand Down
8 changes: 8 additions & 0 deletions samples/SharedData/text-content/change-log.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<p>An overview of new features and fixes:</p>

<h3>2.13.9 - April 3, 2023</h3>
<ul>
<li>Small refactoring of the HTML/XHTML parser was performed</li>
<li>In ASP.NET Core extensions was made refactoring</li>
<li>In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.15</li>
<li>In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.4</li>
</ul>

<h3>2.13.9 Preview 2 - March 23, 2023</h3>
<ul>
<li>ASP.NET Core Middlewares rolled back to previous thread safety implementation</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Common</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<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.13.9 Preview 1
README file for Web Markup Minifier: ASP.NET Common v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 1.X</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFrameworks>net451;netstandard1.3</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore1/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 1.X v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 1.X v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 2.X</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<OutputType>Library</OutputType>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore2/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 2.X v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 2.X v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 3.1+</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Library</OutputType>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore3/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 3.1+ v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 3.1+ v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 5.X</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Library</OutputType>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore5/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 5.X v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 5.X v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 6</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Library</OutputType>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore6/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 6 v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 6 v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: ASP.NET Core 7</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview2</VersionSuffix>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Library</OutputType>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
Expand Down
2 changes: 1 addition & 1 deletion src/WebMarkupMin.AspNetCore7/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Web Markup Minifier: ASP.NET Core 7 v2.13.9 Preview 2
README file for Web Markup Minifier: ASP.NET Core 7 v2.13.9

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

Expand Down
1 change: 0 additions & 1 deletion src/WebMarkupMin.Core/WebMarkupMin.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Product>Web Markup Minifier: Core</Product>
<VersionPrefix>2.13.9</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<TargetFrameworks>net40-client;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.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.13.9 Preview 1
README file for Web Markup Minifier: Core v2.13.9

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net461' And '$(TargetFramework)' != 'netcoreapp2.1' ">
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down
3 changes: 2 additions & 1 deletion test/WebMarkupMin.Tests/WebMarkupMin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<Import Project="../../build/common.props" />

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />

<ProjectReference Include="..\..\src\WebMarkupMin.Core\WebMarkupMin.Core.csproj" />
Expand All @@ -23,10 +22,12 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'netcoreapp2.1' ">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net452' And '$(TargetFramework)' != 'netcoreapp2.1' ">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>

Expand Down

0 comments on commit b3d2146

Please sign in to comment.