Skip to content

Commit

Permalink
Version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Apr 25, 2018
1 parent e8bc47c commit 4b5ee4f
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

## v1.1.9 - April 25, 2018
* Added support of LibSass version 3.5.4
* In compilation options was added one new property - `AdditionalImportExtensions` (default `.css`)
* In LibSassHost.Native.win-* packages the directories with `win7-*` RIDs was renamed to `win-*`

## v1.1.8 - March 19, 2018
* Added support of LibSass version 3.5.2

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ And now let's consider in detail properties of the <code title="LibSassHost.Comp
</tr>
</thead>
<tbody>
<tr valign="top">
<td><code>AdditionalImportExtensions</code></td>
<td><code title="System.Collections.Generic.IList&lt;string&gt;">IList&lt;string&gt;</code></td>
<td><code>.css</code></td>
<td>List of additional <code>@import</code> file extensions.</td>
</tr>
<tr valign="top">
<td><code>IncludePaths</code></td>
<td><code title="System.Collections.Generic.IList&lt;string&gt;">IList&lt;string&gt;</code></td>
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.1.8</VersionPrefix>
<VersionPrefix>1.1.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.1.8.0")]
[assembly: AssemblyFileVersion("1.1.8.0")]
[assembly: AssemblyVersion("1.1.9.0")]
[assembly: AssemblyFileVersion("1.1.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.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeFrameworkVersion>1.0.9</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.1.8</VersionPrefix>
<VersionPrefix>1.1.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.0 Console Application</Product>
<VersionPrefix>1.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFramework>netcoreapp2.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.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net40-client;net45;netstandard1.3;netstandard2.0</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.1.8
README file for LibSass Host for .Net v1.1.9

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

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.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net452;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.9</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.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net452;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.9</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.1.8</VersionPrefix>
<VersionPrefix>1.1.9</VersionPrefix>
<TargetFrameworks>net452;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.9</RuntimeFrameworkVersion>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 4b5ee4f

Please sign in to comment.