Skip to content

Commit 82e9b85

Browse files
committed
Version 1.4.0
1 parent 6154da9 commit 82e9b85

File tree

19 files changed

+27
-22
lines changed

19 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change log
22
==========
33

4+
## v1.4.0 - December 26, 2023
5+
* Added support for the LibSass version 3.6.6
6+
* No longer supports a .NET Core App 2.1
7+
48
## v1.3.3 - May 22, 2021
59
* Added support of the LibSass version 3.6.5
610
* Added support of .NET Standard 2.1

samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Logic for Samples</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net40-client;net451;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>

samples/LibSassHost.Sample.Net4.ConsoleApp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("52b3e4f7-6d4e-4836-adb4-630f7e258f9f")]
1515

16-
[assembly: AssemblyVersion("1.3.3.0")]
17-
[assembly: AssemblyFileVersion("1.3.3.0")]
16+
[assembly: AssemblyVersion("1.4.0.0")]
17+
[assembly: AssemblyFileVersion("1.4.0.0")]

samples/LibSassHost.Sample.Net5.ConsoleApp/LibSassHost.Sample.Net5.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET 5.0 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>net5.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/LibSassHost.Sample.Net6.ConsoleApp/LibSassHost.Sample.Net6.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET 6 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>net6.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<ImplicitUsings>enable</ImplicitUsings>

samples/LibSassHost.Sample.Net7.ConsoleApp/LibSassHost.Sample.Net7.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET 7 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>net7.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<ImplicitUsings>enable</ImplicitUsings>

samples/LibSassHost.Sample.Net8.ConsoleApp/LibSassHost.Sample.Net8.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET 8 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>net8.0</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<ImplicitUsings>enable</ImplicitUsings>

samples/LibSassHost.Sample.NetCore1.ConsoleApp/LibSassHost.Sample.NetCore1.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET Core 1.0 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>netcoreapp1.0</TargetFramework>
77
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
88
<OutputType>Exe</OutputType>

samples/LibSassHost.Sample.NetCore1Full.ConsoleApp/LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET Core 1.0 Full Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>net451</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/LibSassHost.Sample.NetCore21.ConsoleApp/LibSassHost.Sample.NetCore21.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET Core 2.1 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>netcoreapp2.1</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

samples/LibSassHost.Sample.NetCore31.ConsoleApp/LibSassHost.Sample.NetCore31.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Sample .NET Core 3.1 Console Application</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFramework>netcoreapp3.1</TargetFramework>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

src/LibSassHost/LibSassHost.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host for .NET</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net40-client;net45;net471;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
77
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
88
<OutputType>Library</OutputType>
@@ -37,7 +37,7 @@ This package does not contain the native implementations of LibSass. Therefore,
3737

3838
<ItemGroup>
3939
<PackageReference Include="AdvancedStringBuilder" Version="0.1.0" />
40-
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha6" PrivateAssets="All" />
40+
<PackageReference Include="ResxToCs.MSBuild" Version="1.0.0-alpha7" PrivateAssets="All" />
4141
</ItemGroup>
4242

4343
<ItemGroup Condition=" '$(TargetFramework)' == 'net40-client' ">
@@ -46,10 +46,11 @@ This package does not contain the native implementations of LibSass. Therefore,
4646
</ItemGroup>
4747

4848
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
49-
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
49+
<PackageReference Include="System.Buffers" Version="4.0.0" />
50+
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.0.0" />
5051
</ItemGroup>
5152

52-
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0' ">
53+
<ItemGroup Condition=" '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0' ">
5354
<PackageReference Include="System.Buffers" Version="4.5.1" />
5455
</ItemGroup>
5556

src/LibSassHost/Resources/Strings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/LibSassHost/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for LibSass Host for .NET v1.3.3
4+
README file for LibSass Host for .NET v1.4.0
55

66
--------------------------------------------------------------------------------
77

test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Benchmarks</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Exe</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/LibSassHost.Benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libsasshost.benchmarks",
33
"private": true,
4-
"version": "1.3.3",
4+
"version": "1.4.0",
55
"dependencies": {
66
"@angular/material": "11.2.13",
77
"bootstrap": "4.6.0",

test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Common Tests</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net462;net471;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/LibSassHost.Test.CompilerWithFileManager/LibSassHost.Test.CompilerWithFileManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Tests for Compiler with File Manager</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net462;net471;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

test/LibSassHost.Test.CompilerWithoutFileManager/LibSassHost.Test.CompilerWithoutFileManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Product>LibSass Host: Tests for Compiler without File Manager</Product>
5-
<VersionPrefix>1.3.3</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<TargetFrameworks>net462;net471;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)