Skip to content

Commit becf6e1

Browse files
author
Petr Sramek
committed
added exptension project nuspec file
1 parent 55e78eb commit becf6e1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

DropoutCoder.PolylineAlgorithm.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DropoutCoder.PolylineAlgori
2525
EndProject
2626
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DropoutCoder.PolylineAlgorithm.DependencyInjection", "src\DropoutCoder.PolylineAlgorithm.DependencyInjection\DropoutCoder.PolylineAlgorithm.DependencyInjection.csproj", "{0F07B56B-6D9A-4410-BCAB-C6A460C1E44E}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests", "tests\DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests\DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests.csproj", "{9DC1BAD9-60DD-414D-BE88-E181D887A267}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests", "tests\DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests\DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests.csproj", "{9DC1BAD9-60DD-414D-BE88-E181D887A267}"
2929
EndProject
3030
Global
3131
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
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+
<summary>$nugetsummary$</summary>
11+
<copyright>$nugetcopyright$</copyright>
12+
<tags>$nugettags$</tags>
13+
<licenseUrl>$nugetlicenceurl$</licenseUrl>
14+
<projectUrl>$nugetprojecturl$</projectUrl>
15+
</metadata>
16+
<files>
17+
<file src="..\src\$nugetid$\$nugetid$\bin\$configuration$\netstandard2.1\$nugetid$.dll" target="lib\netstandard2.1" />
18+
</files>
19+
</package>

0 commit comments

Comments
 (0)