From c2ef057772f611e4649968d4cd24c22951a032f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Goli=C5=84ski?= Date: Thu, 20 Sep 2018 12:20:21 +0200 Subject: [PATCH] 0.6.2 --- Starcounter.Startup/Starcounter.Startup.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Starcounter.Startup/Starcounter.Startup.csproj b/Starcounter.Startup/Starcounter.Startup.csproj index 9622b3f..5a6b685 100644 --- a/Starcounter.Startup/Starcounter.Startup.csproj +++ b/Starcounter.Startup/Starcounter.Startup.csproj @@ -8,14 +8,14 @@ bin\$(Configuration) false net462 - 0.6.1 + 0.6.2 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 - * Fixed a bug where registering a view-model with root URI ("/MyApp") threw an exception + * Fixed a bug where RouterServiceCollectionExtensions.SetMasterPage<T> didn't work at all Starcounter