From c2262c1ccac826187efae5d8a72969799e6da1ad Mon Sep 17 00:00:00 2001 From: Taritsyn Date: Sat, 2 Oct 2021 21:20:26 +0300 Subject: [PATCH] Version 3.0.13 --- CHANGELOG.md | 3 +++ src/AutoprefixerHost/AutoprefixerHost.csproj | 2 +- src/AutoprefixerHost/package.json | 2 +- src/AutoprefixerHost/readme.txt | 2 +- .../AutoprefixerHost.Benchmarks.csproj | 2 +- test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726fd3b9..be996152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Change log ========== +## v3.0.13 - October 2, 2021 + * Added support of the Autoprefixer version 10.3.6.0 + ## v3.0.12 - September 24, 2021 * Added support of the Autoprefixer version 10.3.5.0 * Now, when reading a script code from the embedded resources, caching is performed diff --git a/src/AutoprefixerHost/AutoprefixerHost.csproj b/src/AutoprefixerHost/AutoprefixerHost.csproj index efe13939..8fefc15e 100644 --- a/src/AutoprefixerHost/AutoprefixerHost.csproj +++ b/src/AutoprefixerHost/AutoprefixerHost.csproj @@ -2,7 +2,7 @@ Autoprefixer Host for .NET - 3.0.12 + 3.0.13 net40-client;net45;netstandard1.3;netstandard2.0 Library true diff --git a/src/AutoprefixerHost/package.json b/src/AutoprefixerHost/package.json index 7cfb4c88..3fd73852 100644 --- a/src/AutoprefixerHost/package.json +++ b/src/AutoprefixerHost/package.json @@ -1,6 +1,6 @@ { "name": "AutoprefixerHost", - "version": "3.0.12", + "version": "3.0.13", "devDependencies": { "@babel/cli": "7.12.17", "@babel/core": "7.12.17", diff --git a/src/AutoprefixerHost/readme.txt b/src/AutoprefixerHost/readme.txt index 4924f40a..160e1931 100644 --- a/src/AutoprefixerHost/readme.txt +++ b/src/AutoprefixerHost/readme.txt @@ -1,7 +1,7 @@  -------------------------------------------------------------------------------- - README file for Autoprefixer Host for .NET v3.0.12 + README file for Autoprefixer Host for .NET v3.0.13 -------------------------------------------------------------------------------- diff --git a/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj b/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj index d948104b..3de189e3 100644 --- a/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj +++ b/test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj @@ -2,7 +2,7 @@ Autoprefixer Host for .NET: Benchmarks - 3.0.12 + 3.0.13 net461;netcoreapp2.1;netcoreapp3.1;net5.0 Exe true diff --git a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj index 1614424c..b11ebc29 100644 --- a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj +++ b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj @@ -2,7 +2,7 @@ Autoprefixer Host for .NET: Tests - 3.0.12 + 3.0.13 net40;net45;net461;netcoreapp2.1;netcoreapp3.1;net5.0 Library true