diff --git a/T4.Build/T4.Build.nuspec b/T4.Build/T4.Build.nuspec index de77617..602f5c5 100644 --- a/T4.Build/T4.Build.nuspec +++ b/T4.Build/T4.Build.nuspec @@ -4,17 +4,15 @@ T4.Build $version$ Jonathan Giannuzzi - - T4.Build is a 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 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. +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). +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 - +More information: https://github.com/jgiannuzzi/T4.Build#readme https://github.com/jgiannuzzi/T4.Build Apache-2.0