Skip to content

Commit

Permalink
Improve package description and add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Nov 9, 2021
1 parent 5501c50 commit 8422b48
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion T4.Build/T4.Build.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
<id>T4.Build</id>
<version>$version$</version>
<authors>Jonathan Giannuzzi</authors>
<description>Tool to automatically transform T4 templates during build</description>
<description>
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
</description>
<repository type="git" url="https://github.com/jgiannuzzi/T4.Build" />
<projectUrl>https://github.com/jgiannuzzi/T4.Build</projectUrl>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<tags>MSBuild build T4 text template templating transform</tags>
</metadata>
<files>
<file src="bin/$configuration$/$framework$/*.dll" exclude="**/Microsoft.CodeAnalysis*.dll;**/System.Reflection.Metadata.dll;**/System.Collections.Immutable.dll" target="tools/" />
Expand Down

0 comments on commit 8422b48

Please sign in to comment.