Skip to content

Commit 8f70f14

Browse files
committed
start alphas
1 parent 864ff3f commit 8f70f14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LibSass.NET/LibSass.Net.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>libsassnet</id>
5-
<version>3.3.6</version>
5+
<version>3.3.7-alpha-1</version>
66
<authors>Darren Kopp</authors>
77
<owners>Darren Kopp</owners>
88
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>
@@ -13,8 +13,8 @@
1313
<tags>SASS SCSS CSS LibSass</tags>
1414
</metadata>
1515
<files>
16-
<file src="..\bin\x64\libsass.dll" target="build\x64\libsass.dll" />
17-
<file src="..\bin\x86\libsass.dll" target="build\x86\libsass.dll" />
16+
<file src="..\bin\x64\libsass.dll" target="build\libsass64.dll" />
17+
<file src="..\bin\x86\libsass.dll" target="build\libsass32.dll" />
1818
<file src="libsassnet.targets" target="build\libsassnet.targets" />
1919
<file src="..\bin\LibSass.NET.dll" target="lib\net40\LibSass.NET.dll" />
2020
</files>

contrib/LibSass.NET.Web/LibSass.NET.Web.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>libsassnet.Web</id>
5-
<version>2.2.0</version>
5+
<version>2.3.0-alpha-1</version>
66
<authors>Darren Kopp</authors>
77
<owners>Darren Kopp</owners>
88
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)