Skip to content

Commit 1ed9983

Browse files
manual-nuget (#126)
* Support prototype script libraries * Add manual nuget nuspec file +semver: minor
1 parent a14b68c commit 1ed9983

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

textrude.nuspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<package>
2+
<metadata>
3+
<id>textrude</id>
4+
<version>1.6.0.0</version>
5+
<title>textrude - template based code generation and text processing utility</title>
6+
<authors>NeilMacMullen</authors>
7+
<owners>NeilMacMullen</owners>
8+
<license type="expression">MIT</license>
9+
<projectUrl>https://github.com/NeilMacMullen/textrude</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<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>
12+
<releaseNotes>First nuget release</releaseNotes>
13+
<copyright>Copyright 2021</copyright>
14+
<tags>scriban,code-generation,template,text-processing,json,yaml,csv</tags>
15+
</metadata>
16+
<files>
17+
<file src="publish\**" target="textrude" />
18+
</files>
19+
</package>

0 commit comments

Comments
 (0)