Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Dec 10, 2016
1 parent d06fcbc commit 5d49044
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 26 deletions.
8 changes: 4 additions & 4 deletions nuget/LibSassHost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>LibSassHost</id>
<version>0.6.0</version>
<version>0.6.1</version>
<title>LibSass Host for .Net</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<licenseUrl>http://github.com/Taritsyn/LibSassHost/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Taritsyn/LibSassHost</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET wrapper around the libSass (http://sass-lang.com/libsass) version 3.4.0 RC 1 with the ability to support a virtual file system. For correct working of the LibSass Host require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
<summary>.NET wrapper around the libSass version 3.4.0 RC 1 with the ability to support a virtual file system.</summary>
<releaseNotes>Added support of libSass version 3.4.0 RC 1.</releaseNotes>
<description>.NET wrapper around the libSass (http://sass-lang.com/libsass) version 3.4.0 with the ability to support a virtual file system. For correct working of the LibSass Host require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
<summary>.NET wrapper around the libSass version 3.4.0 with the ability to support a virtual file system.</summary>
<releaseNotes>Added support of libSass version 3.4.0.</releaseNotes>
<copyright>Copyright (c) 2015-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>libSass Sass SCSS CSS</tags>
Expand Down
26 changes: 12 additions & 14 deletions nuget/readme.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@


-----------------------------------------------------------------------
README file for LibSass Host for .Net v0.6.0
--------------------------------------------------------------------------------
README file for LibSass Host for .Net v0.6.1

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

Copyright (c) 2015-2016 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2015-2016 Andrey Taritsyn - http://www.taritsyn.ru


===========
DESCRIPTION
===========
.NET wrapper around the libSass (http://sass-lang.com/libsass) version
3.4.0 RC 1 with the ability to support a virtual file system. For
correct working of the LibSass Host require assemblies `msvcp120.dll`
and `msvcr120.dll` from the Visual C++ Redistributable Packages for
Visual Studio 2013.
.NET wrapper around the libSass (http://sass-lang.com/libsass) version 3.4.0
with the ability to support a virtual file system. For correct working of the
LibSass Host require assemblies `msvcp120.dll` and `msvcr120.dll` from the
Visual C++ Redistributable Packages for Visual Studio 2013.

=============
RELEASE NOTES
=============
Added support of libSass version 3.4.0 RC 1.
Added support of libSass version 3.4.0.

====================
POST-INSTALL ACTIONS
====================
If in your system does not assemblies `msvcp120.dll` and
`msvcr120.dll`, then download and install the Visual C++
Redistributable Packages for Visual Studio 2013
(http://www.microsoft.com/en-us/download/details.aspx?id=40784).
If in your system does not assemblies `msvcp120.dll` and `msvcr120.dll`, then
download and install the Visual C++ Redistributable Packages for Visual Studio
2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784).

============
PROJECT SITE
Expand Down
4 changes: 2 additions & 2 deletions src/LibSassHost.Native/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ using namespace System::Runtime::InteropServices;
[assembly:ComVisible(false)];
[assembly:CLSCompliant(true)];

[assembly:AssemblyVersion("0.6.0.0")];
[assembly:AssemblyFileVersion("0.6.0.0")];
[assembly:AssemblyVersion("0.6.1.0")];
[assembly:AssemblyFileVersion("0.6.1.0")];
4 changes: 2 additions & 2 deletions src/LibSassHost/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("34b73f9d-f3a3-4e63-8f99-f4cb59a4b214")]

[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
2 changes: 1 addition & 1 deletion src/libsass/libsass-ia32.vcxproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Main" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LIBSASS_VERSION>Jul 4, 2016</LIBSASS_VERSION>
<LIBSASS_VERSION>3.4.0</LIBSASS_VERSION>
<LIBSASS_SRC_DIR>.\</LIBSASS_SRC_DIR>
<LIBSASS_HEADERS_DIR>.\</LIBSASS_HEADERS_DIR>
<LIBSASS_INCLUDES_DIR>.\include</LIBSASS_INCLUDES_DIR>
Expand Down
2 changes: 1 addition & 1 deletion src/libsass/libsass-x64.vcxproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Main" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LIBSASS_VERSION>Jul 4, 2016</LIBSASS_VERSION>
<LIBSASS_VERSION>3.4.0</LIBSASS_VERSION>
<LIBSASS_SRC_DIR>.\</LIBSASS_SRC_DIR>
<LIBSASS_HEADERS_DIR>.\</LIBSASS_HEADERS_DIR>
<LIBSASS_INCLUDES_DIR>.\include</LIBSASS_INCLUDES_DIR>
Expand Down
4 changes: 2 additions & 2 deletions test/LibSassHost.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("c0869013-f1b5-4d9e-8d86-be61ccf92870")]

[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]

0 comments on commit 5d49044

Please sign in to comment.