Skip to content

Commit

Permalink
Added support of the Autoprefixer version 9.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jun 24, 2020
1 parent 42c09e4 commit 2fc01d4
Show file tree
Hide file tree
Showing 4 changed files with 10,764 additions and 10,805 deletions.
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Autoprefixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed class Autoprefixer : IDisposable
/// <summary>
/// Gets a version of the Autoprefixer library
/// </summary>
public static string Version => "9.8.1";
public static string Version => "9.8.4";


/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions src/AutoprefixerHost/AutoprefixerHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>$(Product)</Title>
<Authors>Andrey Taritsyn</Authors>
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 9.8.1.
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 9.8.4.

Since the original library is written in JavaScript, you will need a JS engine to run it. As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working, you need to install one of the following NuGet packages:

Expand All @@ -32,7 +32,7 @@ After installing the packages, you will need to register the default JS engine (
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>Autoprefixer;CSS</PackageTags>
<PackageReleaseNotes>Added support of the Autoprefixer version 9.8.1.</PackageReleaseNotes>
<PackageReleaseNotes>Added support of the Autoprefixer version 9.8.4.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
Loading

0 comments on commit 2fc01d4

Please sign in to comment.