Skip to content

Commit

Permalink
Version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jun 24, 2020
1 parent 2fc01d4 commit 96322bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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
==========

## v1.1.9 - June 24, 2020
* Added support of the Autoprefixer version 9.8.4

## v1.1.8 - June 21, 2020
* Added support of the Autoprefixer version 9.8.1

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>1.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.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": "1.1.8",
"version": "1.1.9",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
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 v1.1.8
README file for Autoprefixer Host for .NET v1.1.9

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

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>1.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net40;net451;net461;netcoreapp1.0;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 96322bf

Please sign in to comment.