Skip to content

Commit

Permalink
Version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Oct 8, 2019
1 parent 4492401 commit df7df2f
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6.0")]
[assembly: AssemblyFileVersion("1.2.6.0")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6
README file for LibSass Host for .NET v1.2.7

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

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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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.6</VersionPrefix>
<VersionPrefix>1.2.7</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 df7df2f

Please sign in to comment.