From 6ab99fce1a9f951c2978bb219d0f204b01800aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Goli=C5=84ski?= Date: Thu, 20 Sep 2018 11:38:43 +0200 Subject: [PATCH] 0.6.1 --- Starcounter.Startup/Starcounter.Startup.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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