Skip to content

Commit 7a39983

Browse files
updated nuspec
1 parent b0f2257 commit 7a39983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shunting_yard/MathParser.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<id>$id$</id>
55
<version>$version$</version>
66
<title>$title$</title>
7-
<authors>$author$</authors>
7+
<authors>Tom Scheler</authors>
88
<owners>$author$</owners>
99
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
1010
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
1111
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>$description$</description>
13+
<description>A parser and evaluator for mathematical expressions.</description>
1414
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
1515
<copyright>Copyright 2017</copyright>
1616
<tags>Tag1 Tag2</tags>

0 commit comments

Comments
 (0)