We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b1fca commit b0f2257Copy full SHA for b0f2257
shunting_yard/MathParser.nuspec
@@ -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