Skip to content

Commit

Permalink
Version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jan 6, 2021
1 parent 245242d commit c3f7ce5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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.4 - January 6, 2021
* Added support of the Autoprefixer version 10.2.0.0

## v3.0.3 - December 10, 2020
* Added support of the Autoprefixer version 10.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2020 Andrey Taritsyn
Copyright (c) 2019-2021 Andrey Taritsyn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2019-2020 Andrey Taritsyn</Copyright>
<Copyright>Copyright © 2019-2021 Andrey Taritsyn</Copyright>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net40-client' Or '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net451' ">
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.3</VersionPrefix>
<VersionPrefix>3.0.4</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
4 changes: 2 additions & 2 deletions src/AutoprefixerHost/readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@


--------------------------------------------------------------------------------
README file for Autoprefixer Host for .NET v3.0.3
README file for Autoprefixer Host for .NET v3.0.4

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

Copyright (c) 2019-2020 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2019-2021 Andrey Taritsyn - http://www.taritsyn.ru


===========
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.3</VersionPrefix>
<VersionPrefix>3.0.4</VersionPrefix>
<TargetFrameworks>net40;net45;net461;netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit c3f7ce5

Please sign in to comment.