From 9c4069a4734d63f2127826fa69e5ac67233a6bd6 Mon Sep 17 00:00:00 2001 From: Ken Warner Date: Thu, 5 Sep 2013 16:59:35 -0400 Subject: [PATCH] update nuget packages to use strongly-named WebActivatorEx --- .../Content/App_Start/MiniProfiler.cs.pp | 4 ++-- MiniProfiler.MVC3.nuspec | 2 +- .../App_Start/EntityFramework.SqlServerCompact.cs | 2 +- Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj | 2 +- Sample.Mvc.Mongo/packages.config | 2 +- Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs | 2 +- Sample.Mvc/Sample.Mvc.csproj | 2 +- Sample.Mvc/packages.config | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MiniProfiler.MVC3.Package/Content/App_Start/MiniProfiler.cs.pp b/MiniProfiler.MVC3.Package/Content/App_Start/MiniProfiler.cs.pp index 8a7171d..6926f3f 100644 --- a/MiniProfiler.MVC3.Package/Content/App_Start/MiniProfiler.cs.pp +++ b/MiniProfiler.MVC3.Package/Content/App_Start/MiniProfiler.cs.pp @@ -12,10 +12,10 @@ //using StackExchange.Profiling.Data.EntityFramework; //using StackExchange.Profiling.Data.Linq2Sql; -[assembly: WebActivator.PreApplicationStartMethod( +[assembly: WebActivatorEx.PreApplicationStartMethod( typeof($rootnamespace$.App_Start.MiniProfilerPackage), "PreStart")] -[assembly: WebActivator.PostApplicationStartMethod( +[assembly: WebActivatorEx.PostApplicationStartMethod( typeof($rootnamespace$.App_Start.MiniProfilerPackage), "PostStart")] diff --git a/MiniProfiler.MVC3.nuspec b/MiniProfiler.MVC3.nuspec index 1178bdc..a008f2e 100644 --- a/MiniProfiler.MVC3.nuspec +++ b/MiniProfiler.MVC3.nuspec @@ -13,7 +13,7 @@ profiler sql mvc asp.net performance timing - + diff --git a/Sample.Mvc.Mongo/App_Start/EntityFramework.SqlServerCompact.cs b/Sample.Mvc.Mongo/App_Start/EntityFramework.SqlServerCompact.cs index 5a22225..8afabb1 100644 --- a/Sample.Mvc.Mongo/App_Start/EntityFramework.SqlServerCompact.cs +++ b/Sample.Mvc.Mongo/App_Start/EntityFramework.SqlServerCompact.cs @@ -1,7 +1,7 @@ using System.Data.Entity; using System.Data.Entity.Infrastructure; -[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFramework_SqlServerCompact), "Start")] +[assembly: WebActivatorEx.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFramework_SqlServerCompact), "Start")] namespace SampleWeb.App_Start { public static class EntityFramework_SqlServerCompact { diff --git a/Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj b/Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj index 8fb6b85..be8873f 100644 --- a/Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj +++ b/Sample.Mvc.Mongo/Sample.Mvc.Mongo.csproj @@ -91,7 +91,7 @@ - ..\packages\WebActivator.1.0.0.0\lib\WebActivator.dll + ..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll diff --git a/Sample.Mvc.Mongo/packages.config b/Sample.Mvc.Mongo/packages.config index dc60666..bf1c5d3 100644 --- a/Sample.Mvc.Mongo/packages.config +++ b/Sample.Mvc.Mongo/packages.config @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs b/Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs index 2e9a56c..3220aac 100644 --- a/Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs +++ b/Sample.Mvc/App_Start/EntityFramework.SqlServerCompact.cs @@ -1,7 +1,7 @@ using System.Data.Entity; using System.Data.Entity.Infrastructure; -[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFrameworkSqlServerCompact), "Start")] +[assembly: WebActivatorEx.PreApplicationStartMethod(typeof(SampleWeb.App_Start.EntityFrameworkSqlServerCompact), "Start")] namespace SampleWeb.App_Start { diff --git a/Sample.Mvc/Sample.Mvc.csproj b/Sample.Mvc/Sample.Mvc.csproj index 98b5ba0..a695aaa 100644 --- a/Sample.Mvc/Sample.Mvc.csproj +++ b/Sample.Mvc/Sample.Mvc.csproj @@ -90,7 +90,7 @@ - ..\packages\WebActivator.1.0.0.0\lib\WebActivator.dll + ..\packages\WebActivatorEx.2.0.3\lib\net40\WebActivatorEx.dll diff --git a/Sample.Mvc/packages.config b/Sample.Mvc/packages.config index 68961f3..0cd8563 100644 --- a/Sample.Mvc/packages.config +++ b/Sample.Mvc/packages.config @@ -9,5 +9,5 @@ - + \ No newline at end of file