Skip to content

Commit 0c5da44

Browse files
authored
Merge PR #282, Add SourceLink dev-dep and include PDB in nupkg
1 parent 4a8cfad commit 0c5da44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<SignAssembly>True</SignAssembly>
66
<AssemblyOriginatorKeyFile>ICSharpCode.SharpZipLib.snk</AssemblyOriginatorKeyFile>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
89
</PropertyGroup>
910

1011
<!-- Nuget specific tags -->
@@ -45,4 +46,8 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more
4546
<DocumentationFile>bin\Release\net45\ICSharpCode.SharpZipLib.xml</DocumentationFile>
4647
</PropertyGroup>
4748

49+
<ItemGroup>
50+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
51+
</ItemGroup>
52+
4853
</Project>

0 commit comments

Comments
 (0)