Skip to content

Commit 13db279

Browse files
author
Petr Šrámek
committed
Removed .(dot) from tokens
1 parent e8728c5 commit 13db279

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<id>$nuget.id$</id>
5-
<title>$nuget.title$</title>
6-
<version>$nuget.version$</version>
7-
<authors>$nuget.authors$</authors>
8-
<owners>$nuget.owners$</owners>
9-
<description>$nuget.description$</description>
10-
<copyright>$nuget.copyright$</copyright>
11-
<tags>$nuget.tags$</tags>
12-
<licenseUrl>$nuget.licenceurl$</licenseUrl>
13-
<projectUrl>$nuget.projecturl$</projectUrl>
4+
<id>$nugetid$</id>
5+
<title>$nugettitle$</title>
6+
<version>$nugetversion$</version>
7+
<authors>$nugetauthors$</authors>
8+
<owners>$nugetowners$</owners>
9+
<description>$nugetdescription$</description>
10+
<copyright>$nugetcopyright$</copyright>
11+
<tags>$nugettags$</tags>
12+
<licenseUrl>$nugetlicenceurl$</licenseUrl>
13+
<projectUrl>$nugetprojecturl$</projectUrl>
1414
</metadata>
1515
<files>
16-
<file src="..\src\$nuget.id$\bin\$configuration$\netstandard2.0\$nuget.id$.dll" target="lib\netstandard2.0" />
16+
<file src="..\src\$nugetid$\bin\$configuration$\netstandard2.0\$nugetid$.dll" target="lib\netstandard2.0" />
1717
</files>
1818
</package>

0 commit comments

Comments
 (0)