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

Commit 57aa1d2

Browse files
committed
Checkin GitHubLink and enable debug symbols
1 parent c23b74f commit 57aa1d2

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
<DocumentationFile>bin\Release\Full\YoutubeExtractor.xml</DocumentationFile>
35+
<DebugSymbols>true</DebugSymbols>
3536
</PropertyGroup>
3637
<ItemGroup>
3738
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +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" />
2123
<file src="bin\Release\Portable\YoutubeExtractor.dll" target="lib\portable-wp8+wpa81+win8+monoandroid+monotouch\YoutubeExtractor.dll" />
2224
<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" />
2327
</files>
2428
</package>

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor_Portable.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
<DocumentationFile>bin\Release\YoutubeExtractor.xml</DocumentationFile>
37+
<DebugSymbols>true</DebugSymbols>
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Compile Include="AdaptiveType.cs" />
2.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)