Skip to content

Commit 34b54a7

Browse files
authored
Merge pull request #53 from make-software/add-xml-docu-to-nuget
Include XML Docs into nuget package
2 parents 74b7859 + 8550ca6 commit 34b54a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Casper.Network.SDK/Casper.Network.SDK.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
Casper .NET SDK is a C# SDK to interact with the Casper network.
1818
</Description>
1919
<RootNamespace>Casper.Network.SDK</RootNamespace>
20+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2022
</PropertyGroup>
2123

2224
<ItemGroup>
@@ -26,5 +28,6 @@
2628
<ItemGroup>
2729
<None Include="README_nuget.md" Pack="true" PackagePath="\" />
2830
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
31+
<None Include="bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml" Pack="true" PackagePath="\" />
2932
</ItemGroup>
3033
</Project>

0 commit comments

Comments
 (0)