MVC.Umbraco 1.0.0

Additional Details

This was a package to help with using Umbraco 6 and using the MVC config option that was not default at the time

dotnet add package MVC.Umbraco --version 1.0.0
                    
NuGet\Install-Package MVC.Umbraco -Version 1.0.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="MVC.Umbraco" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MVC.Umbraco" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MVC.Umbraco" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MVC.Umbraco --version 1.0.0
                    
#r "nuget: MVC.Umbraco, 1.0.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.
#addin nuget:?package=MVC.Umbraco&version=1.0.0
                    
Install MVC.Umbraco as a Cake Addin
#tool nuget:?package=MVC.Umbraco&version=1.0.0
                    
Install MVC.Umbraco as a Cake Tool

Installs Umbraco CMS with the MVC template flag enabled. As the amount of times I have installed Umbraco from Nuget and forgotten to set the MVC flag. So this will help combat that!

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.0.0 5,226 4/3/2013 1.0.0 is deprecated because it is no longer maintained.