BoC.Sitecore.MvcApp 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BoC.Sitecore.MvcApp --version 1.2.0
NuGet\Install-Package BoC.Sitecore.MvcApp -Version 1.2.0
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="BoC.Sitecore.MvcApp" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BoC.Sitecore.MvcApp --version 1.2.0
#r "nuget: BoC.Sitecore.MvcApp, 1.2.0"
#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 BoC.Sitecore.MvcApp as a Cake Addin
#addin nuget:?package=BoC.Sitecore.MvcApp&version=1.2.0

// Install BoC.Sitecore.MvcApp as a Cake Tool
#tool nuget:?package=BoC.Sitecore.MvcApp&version=1.2.0

Starter app to easily get started with BoC.Sitecore.Mvc

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.3.0 2,585 6/14/2012
1.2.0 1,503 5/26/2012
1.1.0 1,492 5/2/2012
1.0.0 1,665 2/26/2012

- Version 1.2 much better MVC integration by using a SitecoreRoute instead of using standard routing
                   Also moved web.config transform to the base package, since that should happen for all projects that use boc.sitecore.mvc
     - Version 1.1 uses areas and allows for all url routedata to be parsed.