Skip to content

Commit

Permalink
Version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Oct 29, 2019
1 parent e397490 commit bc2def8
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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”

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Logic for Samples</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net40-client;net451;netstandard1.3;netstandard2.0</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.2.9.0")]
[assembly: AssemblyFileVersion("1.2.9.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Sample .NET Core 1.0 Console Application</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.16</RuntimeFrameworkVersion>
<OutputType>Exe</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Sample .NET Core 1.0 Full Console Application</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFramework>net451</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Sample .NET Core 2.1 Console Application</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Sample .NET Core 3.0 Console Application</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFramework>netcoreapp3.0</TargetFramework>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/LibSassHost/LibSassHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host for .NET</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net40-client;net45;net471;netstandard1.3;netstandard2.0;netcoreapp2.1</TargetFrameworks>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.3' ">1.6.0</NetStandardImplicitPackageVersion>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/LibSassHost/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for LibSass Host for .NET v1.2.8
README file for LibSass Host for .NET v1.2.9

--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion test/LibSassHost.Benchmarks/LibSassHost.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Benchmarks</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net461;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Common Tests</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.16</RuntimeFrameworkVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Tests for Compiler with File Manager</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.16</RuntimeFrameworkVersion>
<OutputType>Library</OutputType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>LibSass Host: Tests for Compiler without File Manager</Product>
<VersionPrefix>1.2.8</VersionPrefix>
<VersionPrefix>1.2.9</VersionPrefix>
<TargetFrameworks>net452;net471;netcoreapp1.0;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.16</RuntimeFrameworkVersion>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit bc2def8

Please sign in to comment.