File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed
AutoprefixerHost.Benchmarks Expand file tree Collapse file tree 7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11Change log
22==========
33
4+ ## v3.0.36 - August 14, 2024
5+ * Added support for the Autoprefixer version 10.4.20.0
6+
47## v3.0.35 - March 23, 2024
58 * Added support for the Autoprefixer version 10.4.19.0
69
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Product >Autoprefixer Host for .NET</Product >
5- <VersionPrefix >3.0.35 </VersionPrefix >
5+ <VersionPrefix >3.0.36 </VersionPrefix >
66 <TargetFrameworks >net40-client;net45;net461;netstandard1.3;netstandard2.0;net6.0</TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 11{
22 "name" : " AutoprefixerHost" ,
3- "version" : " 3.0.35 " ,
3+ "version" : " 3.0.36 " ,
44 "devDependencies" : {
55 "@babel/cli" : " 7.24.8" ,
66 "@babel/core" : " 7.25.2" ,
Original file line number Diff line number Diff line change 11
22
33 --------------------------------------------------------------------------------
4- README file for Autoprefixer Host for .NET v3.0.35
4+ README file for Autoprefixer Host for .NET v3.0.36
55
66 --------------------------------------------------------------------------------
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Product >Autoprefixer Host for .NET: Benchmarks</Product >
5- <VersionPrefix >3.0.35 </VersionPrefix >
5+ <VersionPrefix >3.0.36 </VersionPrefix >
66 <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
77 <OutputType >Exe</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 11{
22 "name" : " autoprefixerhost.benchmarks" ,
33 "private" : true ,
4- "version" : " 3.0.35 " ,
4+ "version" : " 3.0.36 " ,
55 "dependencies" : {
66 "bootstrap" : " 5.3.3" ,
77 "normalize.css" : " 8.0.1" ,
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Product >Autoprefixer Host for .NET: Tests</Product >
5- <VersionPrefix >3.0.35 </VersionPrefix >
5+ <VersionPrefix >3.0.36 </VersionPrefix >
66 <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments