Skip to content

Commit

Permalink
Added support of the Autoprefixer version 10.4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 15, 2023
1 parent 886faf5 commit 7b1662c
Show file tree
Hide file tree
Showing 254 changed files with 1,426 additions and 1,804 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.20.6" />
<PackageVersion Include="JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64" Version="3.20.6" />
<PackageVersion Include="JavaScriptEngineSwitcher.Msie" Version="3.19.0" />
<PackageVersion Include="JavaScriptEngineSwitcher.NiL" Version="3.20.1" />
<PackageVersion Include="JavaScriptEngineSwitcher.NiL" Version="3.20.9" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.102"
"version": "7.0.202"
}
}
2 changes: 1 addition & 1 deletion licenses/core-js-license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2022 Denis Pushkarev
Copyright (c) 2014-2023 Denis Pushkarev

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 licenses/js-engine-switcher-license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2020 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2013-2023 Andrey Taritsyn - http://www.taritsyn.ru

Apache License
Version 2.0, January 2004
Expand Down
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.13.0";
public string Version => "10.4.14.0";


/// <summary>
Expand Down
9 changes: 3 additions & 6 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.13.0.
<Description>.NET wrapper around the Andrey Sitnik's Autoprefixer (https://github.com/postcss/autoprefixer) version 10.4.14.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,10 +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>1. Updated a Can I Use data;
2. Updated a PostCSS to version 8.4.21;
3. For latest versions of .NET now uses the System.Text.Json library as JSON serializer;
4. Added a .NET Framework 4.6.1 and .NET 6 targets.</PackageReleaseNotes>
<PackageReleaseNotes>Added support of the Autoprefixer version 10.4.14.0.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand All @@ -58,7 +55,7 @@ After installing the packages, you will need to register the default JS engine (
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net40-client' Or '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' Or '$(TargetFramework)' == 'netstandard2.0' ">
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.

Loading

0 comments on commit 7b1662c

Please sign in to comment.