Browse Source

Include documentation XML in NuGet package (similar to PR https://github.com/icsharpcode/ILSpy/pull/1432 but built for v5.0)

pull/1596/head
Christoph Wille 6 years ago
parent
commit
268d0af4e0
  1. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
  2. 1
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
<EnableDefaultItems>false</EnableDefaultItems>
<LangVersion>7.2</LangVersion>
<DocumentationFile>$(TargetDir)ICSharpCode.Decompiler.xml</DocumentationFile>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

1
ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template

@ -24,5 +24,6 @@ @@ -24,5 +24,6 @@
<files>
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.dll" target="lib\netstandard2.0" />
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.pdb" target="lib\netstandard2.0" />
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.xml" target="lib\netstandard2.0" />
</files>
</package>
Loading…
Cancel
Save