Psns.Common.Mvc.Crudified 2.1.0-rc2

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

// Install Psns.Common.Mvc.Crudified as a Cake Tool
#tool nuget:?package=Psns.Common.Mvc.Crudified&version=2.1.0-rc2&prerelease

Adds built-in CRUD functionality to existing Asp.Net Mvc applications

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Psns.Common.Mvc.Crudified:

Package Downloads
Psns.Common.Mvc.Skin

The base UI theme for PSNS Mvc Applications

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.0 1,632 5/1/2015
2.3.0-rc1 985 4/14/2015
2.2.0.2 1,861 4/10/2015
2.2.0.1 1,042 4/10/2015
2.2.0-rc2 925 4/10/2015
2.2.0-rc1 919 4/9/2015
2.1.0 1,206 4/7/2015
2.1.0-rc3 906 4/3/2015
2.1.0-rc2 954 4/3/2015
2.1.0-rc1 927 4/2/2015
2.0.0 1,095 3/20/2015
2.0.0-rc1 949 3/19/2015
1.1.0.3 1,043 3/18/2015
1.1.0.2 1,000 3/18/2015
1.1.0.1 2,966 2/25/2015

## 2.1.0.0
     ### Features
     * IndexController implements IIndexController with provided extensions so that it can be replaced
       while preserving re-usability.

     ## 2.0.0.0
     ### Features
     * Moved CrudController to Psns.Common.Mvc.ViewBuilding so that it can be sub-classed for
     other types of ViewBuilders.

     ## 1.1.0.3
     ### Features
     * Updating Index View cshtml to work with new ViewModel definition.

     ## 1.1.0.2
     ### Features
     * Updating requirement for new version of ViewBuilding library.

     ## 1.1.0.1
     ### Features
     * Moved Menu view models into ViewBuilding module.

     ## 1.1.0.0
     ### Features
     * Removing dependency on Psns.Mvc.Skin.

     ## 1.0.0.7
     ### Features
     * Moved view building into separate module.

     ## 1.0.0.6
     ### Features
     * Adding support for .NET 4.5

     ## 1.0.0.5
     ### Bug Fix
     * Fixes issues with issuing includes to Repository actions when needed.
     * Moved IIdentifiable definitions to Persistence Defs.

     ## 1.0.0.3
     ### Bug Fix
     * Fixed Save on Update view to pass Id when provided.

     ## 1.0.0.2
     ### Bug Fix
     * IUpdatable should call repository create for new models.

     ## 1.0.0.1
     ### Bug Fix
     * IDeletable and IUpdatable should call Repository.SaveChanges when modification is complete.

     ## 1.0.0.0
     ### Features
     * Initial Release