Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit fbcd7c1

Browse files
committed
Fixed the borked .nuspec file
1 parent e47f2dd commit fbcd7c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>YoutubeExtractor</id>
5-
<version>0.10.4</version>
5+
<version>0.10.4.1</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>
@@ -18,11 +18,11 @@
1818
<files>
1919
<file src="bin\Release\Full\YoutubeExtractor.dll" target="lib\net35\YoutubeExtractor.dll" />
2020
<file src="bin\Release\Full\YoutubeExtractor.xml" target="lib\net35\YoutubeExtractor.xml" />
21-
<file src="bin\Release\Full\YoutubeExtractor.xml" target="lib\net35\YoutubeExtractor.pdb" />
22-
<file src="bin\Release\Full\YoutubeExtractor.xml" target="lib\net35\YoutubeExtractor.pdb.srcsrv" />
21+
<file src="bin\Release\Full\YoutubeExtractor.pdb" target="lib\net35\YoutubeExtractor.pdb" />
22+
<file src="bin\Release\Full\YoutubeExtractor.pdb.srcsrv" target="lib\net35\YoutubeExtractor.pdb.srcsrv" />
2323
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
2424
<file src="bin\Release\Portable\YoutubeExtractor.xml" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.xml" />
25-
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb" />
26-
<file src="bin\Release\Portable\YoutubeExtractor.xml" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb.srcsrv" />
25+
<file src="bin\Release\Portable\YoutubeExtractor.pdb" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb" />
26+
<file src="bin\Release\Portable\YoutubeExtractor.pdb.srcsrv" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.pdb.srcsrv" />
2727
</files>
2828
</package>

0 commit comments

Comments
 (0)