You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Fixes #348, wrong menu level shown when none of the nodes in the specified level are user accessible.
Bug: Fixes second issue described in #332, current node matching incorrect in cases where the node has values that are configured that are not in the route of the HTTP request.
Enhancement: Closes #347, upgraded to automatic package restore (instead of the MSBuild package restore). This only has an impact on people who fork the source code.
Bug: Fixes #342, removed direct dependency on WebActivator.dll from MvcSiteMapProvider.dll. WebActivator is now a dependency of MvcSiteMapProvider.MVCx. If you need to install MvcSiteMapProvider in a web project without WebActivator, install MvcSiteMapProvider.Web followed by MvcSiteMapProvider.MVCx.Core.
Documentation: Fixed invalid parameter declarations, data type references, and miscellaneous errors in the XML API documentation of MvcSiteMapProvider.dll.
Enhancement: Added NUnit test runner to the build process so the tests are run automatically.