From df7df2fa6b83d48a643a38b44088cf22fee5bbf0 Mon Sep 17 00:00:00 2001 From: Taritsyn Date: Tue, 8 Oct 2019 14:36:43 +0300 Subject: [PATCH] Version 1.2.7 --- CHANGELOG.md | 4 ++++ .../LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../LibSassHost.Sample.NetCore1.ConsoleApp.csproj | 2 +- .../LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj | 2 +- .../LibSassHost.Sample.NetCore21.ConsoleApp.csproj | 2 +- .../LibSassHost.Sample.NetCore3.ConsoleApp.csproj | 2 +- src/LibSassHost/LibSassHost.csproj | 2 +- src/LibSassHost/readme.txt | 2 +- test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj | 2 +- test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj | 2 +- .../LibSassHost.Test.CompilerWithFileManager.csproj | 2 +- .../LibSassHost.Test.CompilerWithoutFileManager.csproj | 2 +- 13 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7181f..4cc01bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change log ========== +## v1.2.7 - October 8, 2019 + * Added support of the LibSass version 3.6.2 + * Enabled a SourceLink in the LibSassHost package + ## v1.2.6 - August 8, 2019 * In the sass2scss library was fixed a [error #36](https://github.com/mgreter/sass2scss/issues/36) “Regression in URL parsing” * MSVC runtime was embedded into the native assemblies for Windows. Now you do not need to install the [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://visualstudio.microsoft.com/vs/older-downloads/#microsoft-visual-c-redistributable-for-visual-studio-2017). diff --git a/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj b/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj index cf1c3b0..501ce8b 100644 --- a/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj +++ b/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj @@ -2,7 +2,7 @@ LibSass Host: Logic for Samples - 1.2.6 + 1.2.7 net40-client;net451;netstandard1.3;netstandard2.0 1.6.0 Library diff --git a/samples/LibSassHost.Sample.Net4.ConsoleApp/Properties/AssemblyInfo.cs b/samples/LibSassHost.Sample.Net4.ConsoleApp/Properties/AssemblyInfo.cs index 33eec60..5f302a0 100644 --- a/samples/LibSassHost.Sample.Net4.ConsoleApp/Properties/AssemblyInfo.cs +++ b/samples/LibSassHost.Sample.Net4.ConsoleApp/Properties/AssemblyInfo.cs @@ -13,5 +13,5 @@ [assembly: ComVisible(false)] [assembly: Guid("52b3e4f7-6d4e-4836-adb4-630f7e258f9f")] -[assembly: AssemblyVersion("1.2.6.0")] -[assembly: AssemblyFileVersion("1.2.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.7.0")] +[assembly: AssemblyFileVersion("1.2.7.0")] \ No newline at end of file diff --git a/samples/LibSassHost.Sample.NetCore1.ConsoleApp/LibSassHost.Sample.NetCore1.ConsoleApp.csproj b/samples/LibSassHost.Sample.NetCore1.ConsoleApp/LibSassHost.Sample.NetCore1.ConsoleApp.csproj index 8b72fb1..3af2b5d 100644 --- a/samples/LibSassHost.Sample.NetCore1.ConsoleApp/LibSassHost.Sample.NetCore1.ConsoleApp.csproj +++ b/samples/LibSassHost.Sample.NetCore1.ConsoleApp/LibSassHost.Sample.NetCore1.ConsoleApp.csproj @@ -2,7 +2,7 @@ LibSass Host: Sample .NET Core 1.0 Console Application - 1.2.6 + 1.2.7 netcoreapp1.0 1.0.16 Exe diff --git a/samples/LibSassHost.Sample.NetCore1Full.ConsoleApp/LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj b/samples/LibSassHost.Sample.NetCore1Full.ConsoleApp/LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj index 28b2447..d767334 100644 --- a/samples/LibSassHost.Sample.NetCore1Full.ConsoleApp/LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj +++ b/samples/LibSassHost.Sample.NetCore1Full.ConsoleApp/LibSassHost.Sample.NetCore1Full.ConsoleApp.csproj @@ -2,7 +2,7 @@ LibSass Host: Sample .NET Core 1.0 Full Console Application - 1.2.6 + 1.2.7 net451 Exe true diff --git a/samples/LibSassHost.Sample.NetCore21.ConsoleApp/LibSassHost.Sample.NetCore21.ConsoleApp.csproj b/samples/LibSassHost.Sample.NetCore21.ConsoleApp/LibSassHost.Sample.NetCore21.ConsoleApp.csproj index b994e52..014d21a 100644 --- a/samples/LibSassHost.Sample.NetCore21.ConsoleApp/LibSassHost.Sample.NetCore21.ConsoleApp.csproj +++ b/samples/LibSassHost.Sample.NetCore21.ConsoleApp/LibSassHost.Sample.NetCore21.ConsoleApp.csproj @@ -2,7 +2,7 @@ LibSass Host: Sample .NET Core 2.1 Console Application - 1.2.6 + 1.2.7 netcoreapp2.1 Exe true diff --git a/samples/LibSassHost.Sample.NetCore3.ConsoleApp/LibSassHost.Sample.NetCore3.ConsoleApp.csproj b/samples/LibSassHost.Sample.NetCore3.ConsoleApp/LibSassHost.Sample.NetCore3.ConsoleApp.csproj index d7d3bc3..f9a4ab8 100644 --- a/samples/LibSassHost.Sample.NetCore3.ConsoleApp/LibSassHost.Sample.NetCore3.ConsoleApp.csproj +++ b/samples/LibSassHost.Sample.NetCore3.ConsoleApp/LibSassHost.Sample.NetCore3.ConsoleApp.csproj @@ -2,7 +2,7 @@ LibSass Host: Sample .NET Core 3.0 Console Application - 1.2.6 + 1.2.7 netcoreapp3.0 Exe true diff --git a/src/LibSassHost/LibSassHost.csproj b/src/LibSassHost/LibSassHost.csproj index c5bd1c8..78a479e 100644 --- a/src/LibSassHost/LibSassHost.csproj +++ b/src/LibSassHost/LibSassHost.csproj @@ -2,7 +2,7 @@ LibSass Host for .NET - 1.2.6 + 1.2.7 net40-client;net45;net471;netstandard1.3;netstandard2.0;netcoreapp2.1 1.6.0 Library diff --git a/src/LibSassHost/readme.txt b/src/LibSassHost/readme.txt index ee49232..abba5dc 100644 --- a/src/LibSassHost/readme.txt +++ b/src/LibSassHost/readme.txt @@ -1,7 +1,7 @@  -------------------------------------------------------------------------------- - README file for LibSass Host for .NET v1.2.6 + README file for LibSass Host for .NET v1.2.7 -------------------------------------------------------------------------------- diff --git a/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj b/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj index 44c4e54..1a1236b 100644 --- a/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj +++ b/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj @@ -2,7 +2,7 @@ LibSass Host: Benchmarks - 1.2.6 + 1.2.7 net461;netcoreapp2.1;netcoreapp3.0 Exe true diff --git a/test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj b/test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj index 362558d..a55dd4e 100644 --- a/test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj +++ b/test/LibSassHost.Test.Common/LibSassHost.Test.Common.csproj @@ -2,7 +2,7 @@ LibSass Host: Common Tests - 1.2.6 + 1.2.7 net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0 1.0.16 Library diff --git a/test/LibSassHost.Test.CompilerWithFileManager/LibSassHost.Test.CompilerWithFileManager.csproj b/test/LibSassHost.Test.CompilerWithFileManager/LibSassHost.Test.CompilerWithFileManager.csproj index ce354ea..c61becb 100644 --- a/test/LibSassHost.Test.CompilerWithFileManager/LibSassHost.Test.CompilerWithFileManager.csproj +++ b/test/LibSassHost.Test.CompilerWithFileManager/LibSassHost.Test.CompilerWithFileManager.csproj @@ -2,7 +2,7 @@ LibSass Host: Tests for Compiler with File Manager - 1.2.6 + 1.2.7 net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0 1.0.16 Library diff --git a/test/LibSassHost.Test.CompilerWithoutFileManager/LibSassHost.Test.CompilerWithoutFileManager.csproj b/test/LibSassHost.Test.CompilerWithoutFileManager/LibSassHost.Test.CompilerWithoutFileManager.csproj index 4348835..1021fbd 100644 --- a/test/LibSassHost.Test.CompilerWithoutFileManager/LibSassHost.Test.CompilerWithoutFileManager.csproj +++ b/test/LibSassHost.Test.CompilerWithoutFileManager/LibSassHost.Test.CompilerWithoutFileManager.csproj @@ -2,7 +2,7 @@ LibSass Host: Tests for Compiler without File Manager - 1.2.6 + 1.2.7 net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0 1.0.16 Library