Skip to content

Commit b0f2257

Browse files
added nuget spec
1 parent f3b1fca commit b0f2257

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

shunting_yard/MathParser.nuspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
10+
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
11+
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
15+
<copyright>Copyright 2017</copyright>
16+
<tags>Tag1 Tag2</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)