Skip to content

Commit 049b820

Browse files
committed
bump version, work with vs2015
1 parent de3f038 commit 049b820

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libsassnet/libsassnet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>$id$</id>
5-
<version>3.2.5</version>
5+
<version>3.2.5.1</version>
66
<authors>Darren Kopp</authors>
77
<owners>Darren Kopp</owners>
88
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>

libsassnet/libsassnet.x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>$id$.x64</id>
5-
<version>3.2.5</version>
5+
<version>3.2.5.1</version>
66
<authors>Darren Kopp</authors>
77
<owners>Darren Kopp</owners>
88
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>

pack.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
@SET Framework40Version=12.0
2+
@SET Framework40Version=14.0
33

44
@if "%PathToMsBuild32%"=="" (
55
@for /F "tokens=1,2*" %%i in ('reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\MSBuild\ToolsVersions\%Framework40Version%" /v "MSBuildToolsPath"') DO (

0 commit comments

Comments
 (0)