Skip to content

Commit

Permalink
editing .nuspec files to reflect current state (0.8.7-beta1) for prer…
Browse files Browse the repository at this point in the history
…elease packages
  • Loading branch information
AlexCuse committed Apr 26, 2012
1 parent 152b50d commit 0eb7f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions releases/squishit.mvc.nuspec
@@ -1,15 +1,15 @@
<package> <package>
<metadata> <metadata>
<id>SquishIt.Mvc</id> <id>SquishIt.Mvc</id>
<version>0.8.6</version> <version>0.8.7-beta1</version>
<authors>Justin Etheredge</authors> <authors>Justin Etheredge</authors>
<owners>Justin Etheredge</owners> <owners>Justin Etheredge</owners>
<description> <description>
ASP.NET MVC Extensions for SquishIt ASP.NET MVC Extensions for SquishIt
</description> </description>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl> <projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<dependencies> <dependencies>
<dependency id="SquishIt" version="0.8.6" /> <dependency id="SquishIt" version="0.8.7-beta1" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
Expand Down
12 changes: 6 additions & 6 deletions releases/squishit.nuspec
@@ -1,17 +1,17 @@
<package> <package>
<metadata> <metadata>
<id>SquishIt</id> <id>SquishIt</id>
<version>0.8.6</version> <version>0.8.7-beta1</version>
<authors>Justin Etheredge</authors> <authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge</owners> <owners>Justin Etheredge, Alex Ullrich</owners>
<description> <description>
SquishIt lets you easily compress and combine JavaScript and CSS. It also includes the ability to use dotless to process your CSS. SquishIt lets you easily compress and combine JavaScript and CSS. It also includes the ability to use dotless to process your CSS.
</description> </description>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl> <projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<dependencies> <dependencies>
<dependency id="YUICompressor.NET" version="1.7.0.0" /> <dependency id="YUICompressor.NET" version="1.7.1.0" />
<dependency id="dotless" version="1.2.2.0" /> <dependency id="dotless" version="1.3.0.0" />
<dependency id="AjaxMin" version="4.46.4422.26284" /> <dependency id="AjaxMin" version="4.48.4489.28432" />
<dependency id="Jurassic" version="2.1.1" /> <dependency id="Jurassic" version="2.1.1" />
</dependencies> </dependencies>
</metadata> </metadata>
Expand Down

0 comments on commit 0eb7f33

Please sign in to comment.