Skip to content

Commit

Permalink
Add missing documentation when project is packaged.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Aug 16, 2023
1 parent 10c48f7 commit 24f71f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased changes
- Bugfix
- Documentation was missing when adding library as nuget packages and hovering over methods and classes.

## 4.0.1
- Bugfix
Expand Down
3 changes: 3 additions & 0 deletions src/Concordium.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\net6.0\Concordium.Sdk.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\nuget\icon.png">
Expand Down

0 comments on commit 24f71f4

Please sign in to comment.