diff --git a/Starcounter.Startup/Starcounter.Startup.csproj b/Starcounter.Startup/Starcounter.Startup.csproj index 19d86c0..9622b3f 100644 --- a/Starcounter.Startup/Starcounter.Startup.csproj +++ b/Starcounter.Startup/Starcounter.Startup.csproj @@ -8,16 +8,14 @@ bin\$(Configuration) false net462 - 0.6.0 + 0.6.1 Starcounter, joozek78 https://github.com/Starcounter/Starcounter.Startup https://github.com/Starcounter/Starcounter.Startup https://github.com/Starcounter/Starcounter.Startup/blob/master/LICENSE Bootstrapping library for Starcounter applications. Highly recommended for new 2.4 projects - * Introducing new default middleware - MasterPageMiddleware - * DbScopeMiddleware is now obsolete - * Extracted Router class into IRouter interface and RouterExtensions + * Fixed a bug where registering a view-model with root URI ("/MyApp") threw an exception Starcounter