T4Include 1.1.4

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

// Install T4Include as a Cake Tool
#tool nuget:?package=T4Include&version=1.1.4

T4Include provides small and useful functions intended to be referenced by source, this nuget package includes the necessary files to reference local files and web files by source

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.1.4 11,167 12/1/2014
1.1.3 1,372 12/1/2014
1.1.2 1,868 3/2/2013
1.1.1 1,355 2/17/2013
1.1.0 1,407 12/16/2012
1.0.7 1,667 12/6/2012
1.0.5 1,554 10/27/2012

* 1.1.4   - T4Include changes
                       - Fixed so that pragma/ReSharper restore are moved to bottom of file
       * 1.1.3   - T4Include changes
                       - Fixed url to Dapper in sample TT
       * 1.1.2   - T4Include changes
                       - Generalized exclusion list to all variants
                       - Added sensible defaults to exclusion list
       * 1.1.1   - T4Include bug fixes
                       - Case insensitive comparison of paths
                       - Removed dead-code in T4Include (caused warnings)
                       - Uses FullPath when writing meta data
       * 1.1.0   - T4Include now supports suppressing of the outer namespace
       * 1.0.7   - Refined sample to point to correct release
       * 1.0.6   - Added IncludeProject.ttinclude
       * 1.0.5   - Refined sample to point to correct release
       * 1.0.4   - Bug fixes when including files that use "using" that isn't inside a namespace
       * 1.0.3   - Refined sample content
       * 1.0.2   - Added sample content
       * 1.0.1   - Initial release