Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
latest libsass, fixing x64 problem
  • Loading branch information
darrenkopp committed Oct 30, 2014
1 parent 70bf0d2 commit 7f7abb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libsassnet.Web/libsassnet.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>$id$</id>
<version>1.7</version>
<version>1.8</version>
<authors>Darren Kopp</authors>
<owners>Darren Kopp</owners>
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion libsassnet.Web/libsassnet.Web.x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>$id$.x64</id>
<version>1.7</version>
<version>1.8</version>
<authors>Darren Kopp</authors>
<owners>Darren Kopp</owners>
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion libsassnet/libsassnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>$id$</id>
<version>3.0.1</version>
<version>3.0.1.1</version>
<authors>Darren Kopp</authors>
<owners>Darren Kopp</owners>
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion libsassnet/libsassnet.x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>$id$.x64</id>
<version>3.0.1</version>
<version>3.0.1.1</version>
<authors>Darren Kopp</authors>
<owners>Darren Kopp</owners>
<licenseUrl>https://github.com/darrenkopp/libsass-net/blob/master/LICENSE</licenseUrl>
Expand Down

1 comment on commit 7f7abb3

@am11
Copy link
Contributor

@am11 am11 commented on 7f7abb3 Nov 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello again, libsass has recently added a new API (sass/libsass#635), which brings bunch of enhancements. Here are the API docs: https://github.com/mgreter/libsass/wiki/API-Documentation.

I implemented it in node-sass (sass/node-sass#543). Would it make sense to revamp libsass-net with new API? If so, should I open an issue for it in the tracker?

Please sign in to comment.