Skip to content

Commit

Permalink
Enabled XML documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLiam committed Mar 26, 2021
1 parent f5cef58 commit 5dc8494
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PackDB.Core/PackDB.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,21 @@
0.1.0 - Alpha release
0.2.0 - Added auto versioning for GitHub deploy
0.3.0 - Added read all
0.3.1 - Enabled XML documentation
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<NeutralLanguage>en-GB</NeutralLanguage>
<AssemblyName>PackDB.Core</AssemblyName>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\PackDB.Core.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\PackDB.Core.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.2.85" />
Expand Down

0 comments on commit 5dc8494

Please sign in to comment.