diff --git a/T4.Build/T4.Build.nuspec b/T4.Build/T4.Build.nuspec index 1e7c141..de77617 100644 --- a/T4.Build/T4.Build.nuspec +++ b/T4.Build/T4.Build.nuspec @@ -4,11 +4,22 @@ T4.Build $version$ Jonathan Giannuzzi - Tool to automatically transform T4 templates during build + + T4.Build is a tool to automatically transform T4 templates during build. + + It is similar to the functionality provided by Visual Studio, except it works anywhere where you have a .NET (Core) runtime installed. + + It is fully integrated with MSBuild and supports transforming the templates during the build process, and cleaning them during the clean process. + + T4.Build aims for performance by transforming only the templates that have changed, and doing so in parallel (so more CPU cores => faster). + + More information: https://github.com/jgiannuzzi/T4.Build#readme + https://github.com/jgiannuzzi/T4.Build Apache-2.0 https://licenses.nuget.org/Apache-2.0 + MSBuild build T4 text template templating transform