Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joozek78 committed Sep 20, 2018
1 parent 9fc7f9f commit 6ab99fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Starcounter.Startup/Starcounter.Startup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
<OutputPath>bin\$(Configuration)</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TargetFramework>net462</TargetFramework>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Authors>Starcounter, joozek78</Authors>
<PackageProjectUrl>https://github.com/Starcounter/Starcounter.Startup</PackageProjectUrl>
<RepositoryUrl>https://github.com/Starcounter/Starcounter.Startup</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Starcounter/Starcounter.Startup/blob/master/LICENSE</PackageLicenseUrl>
<Description>Bootstrapping library for Starcounter applications. Highly recommended for new 2.4 projects</Description>
<PackageReleaseNotes>
* 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
</PackageReleaseNotes>
<PackageTags>Starcounter</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 6ab99fc

Please sign in to comment.