-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support prototype script libraries * Add manual nuget nuspec file +semver: minor
- Loading branch information
1 parent
a14b68c
commit 1ed9983
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<package> | ||
<metadata> | ||
<id>textrude</id> | ||
<version>1.6.0.0</version> | ||
<title>textrude - template based code generation and text processing utility</title> | ||
<authors>NeilMacMullen</authors> | ||
<owners>NeilMacMullen</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/NeilMacMullen/textrude</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Textrude is a utility that allows you to quickly develop templates for code-generation and text processing. It runs on Windows and Linux and uses Scriban as the template language. It comes as a CLI exe for use in build systems as well as an GUI prototyping tool which regenerates output in realtime as templates are edited. Models are automatically imported from JSON, YAML, CSV or plain text.</description> | ||
<releaseNotes>First nuget release</releaseNotes> | ||
<copyright>Copyright 2021</copyright> | ||
<tags>scriban,code-generation,template,text-processing,json,yaml,csv</tags> | ||
</metadata> | ||
<files> | ||
<file src="publish\**" target="textrude" /> | ||
</files> | ||
</package> |