Skip to content

Commit

Permalink
Added support for the Autoprefixer version 10.4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 3, 2024
1 parent f40ada6 commit e674c6d
Show file tree
Hide file tree
Showing 248 changed files with 346 additions and 336 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.101"
"version": "8.0.200"
}
}
2 changes: 1 addition & 1 deletion src/AutoprefixerHost/Autoprefixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public sealed class Autoprefixer : IDisposable
/// <summary>
/// Gets a version of the Autoprefixer library
/// </summary>
public string Version => "10.4.17.0";
public string Version => "10.4.18.0";


/// <summary>
Expand Down
9 changes: 4 additions & 5 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.17.0.
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.18.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 @@ -34,7 +34,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 for the Autoprefixer version 10.4.17.0.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for the Autoprefixer version 10.4.18.0.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand All @@ -49,9 +49,8 @@ After installing the packages, you will need to register the default JS engine (
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="AdvancedStringBuilder" Version="0.1.1" />
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="3.24.0" />
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha7" PrivateAssets="All" />
</ItemGroup>

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.

Loading

0 comments on commit e674c6d

Please sign in to comment.