SearchScaffolder.VS2015 0.4.7

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

// Install SearchScaffolder.VS2015 as a Cake Tool
#tool nuget:?package=SearchScaffolder.VS2015&version=0.4.7

Custom scaffolder for implementing search functionality as well as CRUD, derived from MVC Scaffolding 1.0.9.

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
0.4.7 1,114 10/25/2017
0.4.6 953 10/25/2017
0.4.5 936 10/25/2017
0.4.4 1,032 2/7/2017

Fixed string editor template to use htmlAttributes if defined in Html.EditorFor instance.
Fixed WebGrease version incompatability.