MVC.Wizard.Sample 1.3.1

dotnet add package MVC.Wizard.Sample --version 1.3.1
NuGet\Install-Package MVC.Wizard.Sample -Version 1.3.1
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.Wizard.Sample" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MVC.Wizard.Sample --version 1.3.1
#r "nuget: MVC.Wizard.Sample, 1.3.1"
#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 MVC.Wizard.Sample as a Cake Addin
#addin nuget:?package=MVC.Wizard.Sample&version=1.3.1

// Install MVC.Wizard.Sample as a Cake Tool
#tool nuget:?package=MVC.Wizard.Sample&version=1.3.1

This is a sample wizard for the MVC.Wizard NuGet package. Open the SampleWizardController to start your sample and see how it works.

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.1 6,306 2/1/2014
1.3.0 1,148 1/17/2014
1.2.2 1,142 1/9/2014
1.2.1 1,135 1/7/2014
1.1.1 1,130 1/6/2014
1.1.0 1,121 1/6/2014
1.0.0 1,182 12/18/2013

1.3.1 Changed .NET Framework from 4.5.1 to 4.5 so this Wizard could also be used in projects that target that .NET Framework version.
     1.3.0 Possible to update the model by hand
     1.2.0 Update sample application with error summary.
     You can now throw a custom error message in the ProcessToNext method in your MVC controller by throwing a System.ComponentModel.DataAnnotations.ValidationException.
     The error message of the exception will be used in the summary.
     1.1.1 Update dependency
     1.1.0 Update the dependency of MVC.Wizard to 1.1.0 so it uses the signed version.
     1.0.0 First release.