Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Nov 27, 2020
1 parent 2866492 commit d27dd57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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
==========

## v3.0.1 - November 27, 2020
* Added support of the Autoprefixer version 10.0.3.0

## v3.0.0 - November 25, 2020
* Now the `Process` method can take the processing options as an optional parameter

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.0</VersionPrefix>
<VersionPrefix>3.0.1</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/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.0
README file for Autoprefixer Host for .NET v3.0.1

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

Expand Down

0 comments on commit d27dd57

Please sign in to comment.