Navigation Menu

Skip to content

Commit

Permalink
Updating nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
skroonenburg committed Nov 6, 2011
1 parent 01be850 commit 7b3a086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Nuspec/Content/App_Start/Rejuicer.cs.pp
@@ -1,4 +1,4 @@
using Rejuicer.Nuget;
using Rejuicer;

[assembly: WebActivator.PostApplicationStartMethod(typeof($rootnamespace$.App_Start.RejuicerContent), "Configure")]
namespace $rootnamespace$.App_Start
Expand Down
4 changes: 2 additions & 2 deletions Nuspec/Rejuicer.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Rejuicer</id>
<version>1.2.3</version>
<version>1.2.4</version>
<authors>Sam Kroonenburg</authors>
<description>Minify your CSS/JS. Simple fluent configuration. Wildcard file matching. Works on Azure. Easy script debugging.</description>
<language>en-US</language>
Expand All @@ -19,6 +19,6 @@
<file src="..\..\NET40\Source\Rejuicer\Rejuicer\bin\Release\Rejuicer.dll" target="lib\40\Rejuicer.dll" />
<file src="..\..\NET35\Source\Rejuicer\Rejuicer\bin\Release\Rejuicer.dll" target="lib\35\Rejuicer.dll" />
<file src="web.config.transform" target="Content\web.config.transform" />
<file src="Content\App_Start\Rejuicer.cs.pp" target="Content\App_Start\Rejuicer.cs" />
<file src="Content\App_Start\Rejuicer.cs.pp" target="Content\App_Start" />
</files>
</package>

0 comments on commit 7b3a086

Please sign in to comment.