UmbCodeGen 1.0.5

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

// Install UmbCodeGen as a Cake Tool
#tool nuget:?package=UmbCodeGen&version=1.0.5

C# code generator to generate Models (POCO’s) for Umbraco Document Types using T4 templates. These Models can be populated with data from Umbraco nodes via the generated ModelFactory class. The major Umbraco Data Types are supported including some uComponent Data Types like DataType Grid. Ideal when Razor or Mustache is used as view engine.

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.

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.5 2,939 11/2/2013
1.0.4 1,390 6/6/2013

See Github Wiki for documentation.