Skip to content

Commit

Permalink
Set the project url to the docs I created
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Oct 22, 2023
1 parent afef666 commit b847d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Extended.Collections/Extended.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
<Description>Extended.Collections is a package that contains unit tested generic collections that can be used across a range of project types.</Description>
<PackageId>Extended.Collections</PackageId>
<PackageTags>Collections;Queues;Dictionary;List;RingBuffer;Generic</PackageTags>
<PackageProjectUrl>https://github.com/ByronMayne/Extended.Collections</PackageProjectUrl>
<PackageProjectUrl>https://byronmayne.github.io/Extended.Collections/</PackageProjectUrl>
<!-- Source Link -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ByronMayne/Extended.Collections</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b847d85

Please sign in to comment.