T4IncludeTemplate 1.1.0

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

// Install T4IncludeTemplate as a Cake Tool
#tool nuget:?package=T4IncludeTemplate&version=1.1.0

T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. For samples on how to use them see the nuget package T4IncludeTemplateSamples.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on T4IncludeTemplate:

Package Downloads
T4IncludeTemplateSamples

T4Include Templates is a set of reusable T4 templates intended to accelerate development as well as reducing maintenance cost. This package includes sample code.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 4,467 10/16/2013
1.0.3 1,425 9/1/2013
1.0.2 1,692 7/17/2013

* 1.1.0   - Added HeaderSql.ttinclude, breaking change to Schema.ttinclude (no longer includes Header.ttinclude)
       * 1.0.3   - Added Schema.ttinclude - light-weight SQL Server schema discoverer
       * 1.0.2   - Updated templates in order to remove some unnecessary dependencies
       * 1.0.1   - Initial release