NavMvc 0.0.5

dotnet add package NavMvc --version 0.0.5
NuGet\Install-Package NavMvc -Version 0.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NavMvc" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NavMvc --version 0.0.5
#r "nuget: NavMvc, 0.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NavMvc as a Cake Addin
#addin nuget:?package=NavMvc&version=0.0.5

// Install NavMvc as a Cake Tool
#tool nuget:?package=NavMvc&version=0.0.5

This is a navigation management system that comes set up for attribute based navigation. Navigation sets are grouped by developer-defined contexts and can be added to or retrieved almost anywhere using the MvcNav extensions. Includes a basic navigation partial view and a readme to get you started. Please visit the project site on GitHub for more information.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5 2,356 4/19/2013

Version 0.0.5 : Be prepared for bugs
Massive refactor:
- Now more service-oriented
- Service no longer concerns itself with web page specifics
- Extension methods reduced to HtmlHelper extension methods
- Web extensions now handle Action/Controller "active" state (web page specifics)
- Minor changes to wire-ups
- Config makes more sense now