Dapper.SimpleCRUD.ModelGenerator 1.0.1

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

// Install Dapper.SimpleCRUD.ModelGenerator as a Cake Tool
#tool nuget:?package=Dapper.SimpleCRUD.ModelGenerator&version=1.0.1

T4 template generates database models from a database for use with Dapper.SimpleCRUD.
     Uses core .Net attributes so the generator could be used for other ORMs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.3 102,362 1/19/2015
1.0.2 2,195 6/4/2014
1.0.1 2,186 2/26/2013
1.0.0 1,395 1/29/2013

Documentation can be found at https://github.com/ericdc1/Dapper.SimpleCRUD/wiki/T4-Template
     * version 1.0:  Initial Release
 * version 1.0.1:  Normalize line endings