Skip to content

Commit 27cd31c

Browse files
committed
move nuspec to root
1 parent 239a04c commit 27cd31c

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

nuget/CommandLine.nuspec renamed to CommandLine.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
</dependencies>
3434
</metadata>
3535
<files>
36-
<file src="..\build\CommandLine.dll" target="lib\net40\CommandLine.dll" />
37-
<file src="..\build\CommandLine.XML" target="lib\net40\CommandLine.XML" />
38-
<file src="..\build\CommandLine.dll" target="lib\net45\CommandLine.dll" />
39-
<file src="..\build\CommandLine.XML" target="lib\net45\CommandLine.XML" />
40-
<file src="..\build\netstandard1.5\CommandLine.dll" target="lib\netstandard1.5\CommandLine.dll" />
41-
<file src="..\build\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" />
42-
<file src="..\readme.md" target="readme.md" />
36+
<file src="build\CommandLine.dll" target="lib\net40\CommandLine.dll" />
37+
<file src="build\CommandLine.XML" target="lib\net40\CommandLine.XML" />
38+
<file src="build\CommandLine.dll" target="lib\net45\CommandLine.dll" />
39+
<file src="build\CommandLine.XML" target="lib\net45\CommandLine.XML" />
40+
<file src="build\netstandard1.5\CommandLine.dll" target="lib\netstandard1.5\CommandLine.dll" />
41+
<file src="build\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" />
42+
<file src="readme.md" target="readme.md" />
4343
</files>
4444
</package>

nuget/readme.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)