Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #346 from RivalCoins/XMLDocs
Browse files Browse the repository at this point in the history
Added XML documentation to Nuget packages
  • Loading branch information
elucidsoft authored Nov 17, 2021
2 parents 4a50bb5 + 45c734c commit 959196d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stellar-dotnet-sdk-xdr/stellar-dotnet-sdk-xdr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,13 @@
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\stellar-dotnet-sdk-xdr.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\stellar-dotnet-sdk-xdr.xml</DocumentationFile>
</PropertyGroup>

</Project>
6 changes: 6 additions & 0 deletions stellar-dotnet-sdk/stellar-dotnet-sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<PackageTags>'.NET Core' 'Stellar' 'Horizon' 'Blockchain' 'Crypto' 'Distributed Ledger'</PackageTags>
<ReleaseNotes>https://github.com/elucidsoft/dotnet-stellar-sdk/releases</ReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\stellar-dotnet-sdk.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\stellar-dotnet-sdk.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetstandard-bip32" Version="1.0.0" />
Expand Down

0 comments on commit 959196d

Please sign in to comment.