diff --git a/CHANGELOG.md b/CHANGELOG.md index 09056ec..5a1a0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Change log ========== +## v1.2.9 - October 29, 2019 + * Improved a fix for [error #31](https://github.com/Taritsyn/LibSassHost/issues/31) “Unhandled exceptions” + ## v1.2.8 - October 28, 2019 * Fixed a [error #31](https://github.com/Taritsyn/LibSassHost/issues/31) “Unhandled exceptions” diff --git a/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj b/samples/LibSassHost.Sample.Logic/LibSassHost.Sample.Logic.csproj index ebdaf20..ea7117c 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.8 + 1.2.9 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 4b01000..6c63969 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.8.0")] -[assembly: AssemblyFileVersion("1.2.8.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.9.0")] +[assembly: AssemblyFileVersion("1.2.9.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 a8b1470..2c1e314 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.8 + 1.2.9 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 741adf0..25e2ca9 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.8 + 1.2.9 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 aa66856..708518a 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.8 + 1.2.9 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 50ecfd8..53878fb 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.8 + 1.2.9 netcoreapp3.0 Exe true diff --git a/src/LibSassHost/LibSassHost.csproj b/src/LibSassHost/LibSassHost.csproj index 06392f9..a1c02c3 100644 --- a/src/LibSassHost/LibSassHost.csproj +++ b/src/LibSassHost/LibSassHost.csproj @@ -2,7 +2,7 @@ LibSass Host for .NET - 1.2.8 + 1.2.9 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 616777e..b2e292d 100644 --- a/src/LibSassHost/readme.txt +++ b/src/LibSassHost/readme.txt @@ -1,7 +1,7 @@  -------------------------------------------------------------------------------- - README file for LibSass Host for .NET v1.2.8 + README file for LibSass Host for .NET v1.2.9 -------------------------------------------------------------------------------- diff --git a/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj b/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj index 5e2ec9c..41c8de7 100644 --- a/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj +++ b/test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj @@ -2,7 +2,7 @@ LibSass Host: Benchmarks - 1.2.8 + 1.2.9 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 df5abd7..a34ae61 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.8 + 1.2.9 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 1c65f9a..4d606f7 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.8 + 1.2.9 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 fa84b6b..06c2563 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.8 + 1.2.9 net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0 1.0.16 Library