Skip to content

Commit

Permalink
Added RepositoryUrl and PackageReadmeFile entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
colgreen committed Jan 1, 2023
1 parent dcfc766 commit a28f9ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/SharpNeat/SharpNeat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@
</PropertyGroup>

<PropertyGroup>
<Version>4.0.0.0</Version>
<Version>4.0.0</Version>
<Description>SharpNEAT - Evolution of Neural Networks.</Description>
<Copyright>Copyright 2004-2023 Colin Green</Copyright>
<Authors>Colin D. Green</Authors>
<PackageProjectUrl>http://sharpneat.sourceforge.net/</PackageProjectUrl>
<RepositoryUrl>http://sharpneat.sourceforge.net/</RepositoryUrl>
<PackageLicenseUrl>http://sharpneat.sourceforge.net/licensing.html</PackageLicenseUrl>
<PackageTags>neuroevolution neuro evolution neural network</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
Expand Down

0 comments on commit a28f9ee

Please sign in to comment.