Skip to content

Commit

Permalink
Version 1.2.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Sep 7, 2018
1 parent 9e88344 commit 6c25e1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.0 Beta 1 - September 7, 2018
* Fixed a error #30 “Conflict of using multiple sites in one application pool”

## 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`)
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.105"
"version": "2.1.401"
}
}
3 changes: 2 additions & 1 deletion src/LibSassHost/LibSassHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<Product>LibSass Host for .Net</Product>
<VersionPrefix>1.1.9</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix>beta1</VersionSuffix>
<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.9
README file for LibSass Host for .Net v1.2.0 Beta 1

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

Expand Down

0 comments on commit 6c25e1e

Please sign in to comment.