Skip to content

Commit

Permalink
Version 3.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 9, 2023
1 parent 2ed0513 commit cfa42b0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

## v3.0.29 - July 9, 2023
* Updated a Can I Use data
* Updated a PostCSS to version 8.4.25

## v3.0.28 - March 15, 2023
* Added support of the Autoprefixer version 10.4.14.0

Expand Down
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/AutoprefixerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Autoprefixer Host for .NET</Product>
<VersionPrefix>3.0.28</VersionPrefix>
<VersionPrefix>3.0.29</VersionPrefix>
<TargetFrameworks>net40-client;net45;net461;netstandard1.3;netstandard2.0;net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AutoprefixerHost",
"version": "3.0.28",
"version": "3.0.29",
"devDependencies": {
"@babel/cli": "7.22.6",
"@babel/core": "7.22.8",
Expand Down
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Autoprefixer Host for .NET v3.0.28
README file for Autoprefixer Host for .NET v3.0.29

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

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

<PropertyGroup>
<Product>Autoprefixer Host for .NET: Benchmarks</Product>
<VersionPrefix>3.0.28</VersionPrefix>
<VersionPrefix>3.0.29</VersionPrefix>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion test/AutoprefixerHost.Benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autoprefixerhost.benchmarks",
"private": true,
"version": "3.0.28",
"version": "3.0.29",
"dependencies": {
"bootstrap": "5.3.0",
"normalize.css": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Autoprefixer Host for .NET: Tests</Product>
<VersionPrefix>3.0.28</VersionPrefix>
<VersionPrefix>3.0.29</VersionPrefix>
<TargetFrameworks>net40;net45;net461;netcoreapp2.1;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit cfa42b0

Please sign in to comment.