BoC.Sitecore.Mvc 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BoC.Sitecore.Mvc --version 1.2.0
NuGet\Install-Package BoC.Sitecore.Mvc -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.Mvc" 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.Mvc --version 1.2.0
#r "nuget: BoC.Sitecore.Mvc, 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.Mvc as a Cake Addin
#addin nuget:?package=BoC.Sitecore.Mvc&version=1.2.0

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

Brings MVC actions to Sitecore

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (1)

Showing the top 1 NuGet packages that depend on BoC.Sitecore.Mvc:

Package Downloads
BoC.Sitecore.MvcApp

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.2 1,667 1/19/2017
4.1.1 1,124 10/14/2016
4.1.0 1,270 9/26/2016
4.0.9 1,036 8/29/2016
4.0.8 1,395 11/3/2015
4.0.7 1,206 9/14/2015
4.0.6 1,193 9/8/2015
4.0.5 1,093 9/8/2015
4.0.4 1,111 8/24/2015
4.0.3 1,421 7/14/2015
4.0.2 1,374 7/14/2015
4.0.1 1,302 7/14/2015
4.0.0 1,648 6/16/2015
2.4.0 1,434 4/28/2015
2.0.3 1,772 3/30/2015
2.0.2 1,143 3/25/2015
2.0.1 1,172 3/25/2015
2.0.0 1,302 3/25/2015
1.3.0 2,780 6/14/2012
1.2.0 1,971 5/26/2012
1.1.0 1,690 5/2/2012
1.0.1 1,600 3/23/2012
1.0.0 1,782 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.