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