Skip to content

Commit

Permalink
update WebActivator namespace (add Ex) in .cs.pp files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Jan 6, 2016
1 parent 131cad8 commit f4ac1b6
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItCoffeeScript), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItCoffeeScript), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.Hogan/Content/App_Start/SquishItHogan.cs.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItHogan), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItHogan), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.Less/Content/App_Start/SquishItLess.cs.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItLess), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItLess), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItMsIeCoffeeScript), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItMsIeCoffeeScript), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItMsIeHogan), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItMsIeHogan), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.NSass/Content/App_Start/SquishItNSass.cs.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItNSass), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItNSass), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.Sass/Content/App_Start/SquishItSass.cs.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItSass), "Start")]
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.SquishItSass), "Start")]

namespace $rootnamespace$.App_Start
{
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.coffeescript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.CoffeeScript</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds CoffeeScript processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="Jurassic" version="2.1.1" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.hogan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Hogan</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich, Abdrashitov Vadim</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds Hogan processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="Jurassic" version="2.1.1" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.less.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Less</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds LESS processing capability to SquishIt.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="dotless" version="1.4.1.0" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.msiecoffeescript.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.MsIeCoffeeScript</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich, Alexey Gorbach</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds CoffeeScript processing capability to SquishIt using Internet Explorer's javascript engine.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="MsIeJavaScriptEngine" version="1.1.1" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.msiehogan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.MsIeHogan</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds Hogan processing capability to SquishIt using Internet Explorer's javascript engine.</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="MsIeJavaScriptEngine" version="1.1.1" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.mvc.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package>
<metadata>
<id>SquishIt.Mvc</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<description>
Expand All @@ -10,7 +10,7 @@
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
<licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.nsass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.NSass</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Josh Kodroff, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand All @@ -13,7 +13,7 @@
Use this package if you require faster or more up to date SCSS support and don't need to support the legacy SASS file extension.
</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="NSass.Core" version="0.0.3.0" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nuspec/squishit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions nuspec/squishit.sass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SquishIt.Sass</id>
<version>0.9.8.2-beta1</version>
<version>0.9.8.2-beta3</version>
<authors>Justin Etheredge, Alex Ullrich, Rodrigo Dumont</authors>
<owners>Justin Etheredge, Alex Ullrich</owners>
<projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
Expand All @@ -13,7 +13,7 @@
SASS / SCSS compilation is performed by libsass-net, a .net wrapper around the libsass engine.
</description>
<dependencies>
<dependency id="SquishIt" version="0.9.8.2-beta1" />
<dependency id="SquishIt" version="0.9.8.2-beta3" />
<dependency id="libsassnet" version="3.0" />
<dependency id="WebActivatorEx" version="2.0" />
</dependencies>
Expand Down

0 comments on commit f4ac1b6

Please sign in to comment.