File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
3
<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 >
14
14
</metadata >
15
15
<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" />
17
17
</files >
18
18
</package >
You can’t perform that action at this time.
0 commit comments