forked from daveaglick/Scripty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScripty.nuspec
More file actions
17 lines (17 loc) · 721 Bytes
/
Copy pathScripty.nuspec
File metadata and controls
17 lines (17 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package >
<metadata>
<id>Scripty</id>
<version>$version$</version>
<title>Scripty</title>
<authors>Dave Glick</authors>
<owners>Dave Glick</owners>
<licenseUrl>https://github.com/daveaglick/Scripty/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/daveaglick/Scripty</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The CLI for Scripty, a tool to let you use Roslyn-powered C# scripts for code generation.</description>
<copyright>Copyright 2016</copyright>
<tags>T4 MSBuild Scripting Roslyn CodeGeneration CodeGen</tags>
<developmentDependency>true</developmentDependency>
</metadata>
</package>