Skip to content

Commit df65ece

Browse files
committed
Version 3.0.36
1 parent e775038 commit df65ece

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change log
22
==========
33

4+
## v3.0.36 - August 14, 2024
5+
* Added support for the Autoprefixer version 10.4.20.0
6+
47
## v3.0.35 - March 23, 2024
58
* Added support for the Autoprefixer version 10.4.19.0
69

src/AutoprefixerHost/AutoprefixerHost.csproj

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

33
<PropertyGroup>
44
<Product>Autoprefixer Host for .NET</Product>
5-
<VersionPrefix>3.0.35</VersionPrefix>
5+
<VersionPrefix>3.0.36</VersionPrefix>
66
<TargetFrameworks>net40-client;net45;net461;netstandard1.3;netstandard2.0;net6.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

src/AutoprefixerHost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AutoprefixerHost",
3-
"version": "3.0.35",
3+
"version": "3.0.36",
44
"devDependencies": {
55
"@babel/cli": "7.24.8",
66
"@babel/core": "7.25.2",

src/AutoprefixerHost/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for Autoprefixer Host for .NET v3.0.35
4+
README file for Autoprefixer Host for .NET v3.0.36
55

66
--------------------------------------------------------------------------------
77

test/AutoprefixerHost.Benchmarks/AutoprefixerHost.Benchmarks.csproj

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

33
<PropertyGroup>
44
<Product>Autoprefixer Host for .NET: Benchmarks</Product>
5-
<VersionPrefix>3.0.35</VersionPrefix>
5+
<VersionPrefix>3.0.36</VersionPrefix>
66
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/AutoprefixerHost.Benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "autoprefixerhost.benchmarks",
33
"private": true,
4-
"version": "3.0.35",
4+
"version": "3.0.36",
55
"dependencies": {
66
"bootstrap": "5.3.3",
77
"normalize.css": "8.0.1",

test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj

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

33
<PropertyGroup>
44
<Product>Autoprefixer Host for .NET: Tests</Product>
5-
<VersionPrefix>3.0.35</VersionPrefix>
5+
<VersionPrefix>3.0.36</VersionPrefix>
66
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)