MVC.Wizard 1.3.1

dotnet add package MVC.Wizard --version 1.3.1
NuGet\Install-Package MVC.Wizard -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" 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 --version 1.3.1
#r "nuget: MVC.Wizard, 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 as a Cake Addin
#addin nuget:?package=MVC.Wizard&version=1.3.1

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

Creates a wizard for your MVC 5 application within minutes. This Wizard is a jQuery extension and works with JSON, jQuery, jQuery Validation.
     You could also use the MVC.Wizard.Sample NuGet package to have a smaple with different options of the wizard.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 902 2/1/2014
1.3.0 59 1/17/2014
1.2.2 56 1/9/2014
1.2.1 50 1/7/2014
1.1.1 52 1/6/2014
1.1.0 53 1/6/2014
1.0.0 52 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 Also possible to Update the model by hand
     1.2.0 Add validation summary
     1.1.1 Session value of current step wasn't refreshed.
     1.1.0 Sign the assembly.
     1.0.0 First stable release of the MVC Wizard.