Skip to content

Commit

Permalink
Added support of the Autoprefixer version 10.4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jan 8, 2022
1 parent 0593801 commit 55f27ac
Show file tree
Hide file tree
Showing 243 changed files with 811 additions and 803 deletions.
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Autoprefixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public sealed class Autoprefixer : IDisposable
/// <summary>
/// Gets a version of the Autoprefixer library
/// </summary>
public string Version => "10.4.1.0";
public string Version => "10.4.2.0";


/// <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 @@ -14,7 +14,7 @@
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
<Title>$(Product)</Title>
<Authors>Andrey Taritsyn</Authors>
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.1.0.
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.2.0.

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 @@ -33,7 +33,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 10.4.1.0.</PackageReleaseNotes>
<PackageReleaseNotes>Added support of the Autoprefixer version 10.4.2.0.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Resources/CountryStatistics/AD.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Resources/CountryStatistics/AE.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Resources/CountryStatistics/AF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55f27ac

Please sign in to comment.