Skip to content

Commit

Permalink
Add docs to the BSP project as well.
Browse files Browse the repository at this point in the history
Not sure if I want to keep this tagging, let's see how it handles the same tag in multiple commits
  • Loading branch information
LogicAndTrick committed Oct 1, 2020
1 parent 5d994b3 commit c112b08
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Sledge.Formats.Bsp/Sledge.Formats.Bsp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
<RepositoryUrl>https://github.com/LogicAndTrick/sledge-formats</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>half-life quake valve bsp</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<Version>1.0.0</Version>
<PackageReleaseNotes>Included XML documentation</PackageReleaseNotes>
<Version>1.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin/Sledge.Formats.Bsp.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c112b08

Please sign in to comment.