T4IncludeTemplateSamples 1.1.0

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

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 149 10/16/2013
1.0.7 49 9/1/2013
1.0.6 45 7/17/2013

* 1.1.0   - Updated dependency to 1.1.0
       * 1.0.7   - Updated dependency to 1.0.3
       * 1.0.6   - Added sample for numerical extension methods
       * 1.0.5   - Added sample for named tuples and numerical extension methods
       * 1.0.4   - Fixed an issue in the sample code for WPF controls
       * 1.0.3   - Fixed some path issues and updated dependency version
       * 1.0.2   - Fixed some path issues
       * 1.0.1   - Initial release