From c3f7ce57b9ad764e27312176da72ecc7a092bab7 Mon Sep 17 00:00:00 2001 From: Taritsyn Date: Wed, 6 Jan 2021 14:25:27 +0300 Subject: [PATCH] Version 3.0.4 --- CHANGELOG.md | 3 +++ LICENSE.txt | 2 +- build/common.props | 2 +- src/AutoprefixerHost/AutoprefixerHost.csproj | 2 +- src/AutoprefixerHost/readme.txt | 4 ++-- test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be3e11d..d9c322f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index ee86e3df..8e5b9381 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/build/common.props b/build/common.props index af8a6061..c118c6d8 100644 --- a/build/common.props +++ b/build/common.props @@ -1,6 +1,6 @@ - Copyright © 2019-2020 Andrey Taritsyn + Copyright © 2019-2021 Andrey Taritsyn diff --git a/src/AutoprefixerHost/AutoprefixerHost.csproj b/src/AutoprefixerHost/AutoprefixerHost.csproj index ebe3f7e6..9759161b 100644 --- a/src/AutoprefixerHost/AutoprefixerHost.csproj +++ b/src/AutoprefixerHost/AutoprefixerHost.csproj @@ -2,7 +2,7 @@ Autoprefixer Host for .NET - 3.0.3 + 3.0.4 net40-client;net45;netstandard1.3;netstandard2.0 Library true diff --git a/src/AutoprefixerHost/readme.txt b/src/AutoprefixerHost/readme.txt index 5f65b805..af5eb84f 100644 --- a/src/AutoprefixerHost/readme.txt +++ b/src/AutoprefixerHost/readme.txt @@ -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 =========== diff --git a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj index 3d58a777..4e470f4d 100644 --- a/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj +++ b/test/AutoprefixerHost.Tests/AutoprefixerHost.Tests.csproj @@ -2,7 +2,7 @@ Autoprefixer Host for .NET: Tests - 3.0.3 + 3.0.4 net40;net45;net461;netcoreapp2.1;netcoreapp3.1;net5.0 Library true