Skip to content

Commit

Permalink
-pub profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Koryakin committed Dec 29, 2018
1 parent 7614c24 commit d80872f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Ann/Ann.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Description>Machine Learning library for .NET Core</Description>
<Version>2.0.0</Version>
<PackageTags>machine-learning, neural-networks, cnn</PackageTags>
<RepositoryUrl>https://github.com/koryakinp/ann</RepositoryUrl>
<PackageProjectUrl>https://github.com/koryakinp/ann</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/koryakinp/ann/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Pavel Koryakin &lt;[email protected]&gt;</Authors>
<Copyright>Copyright ©2019 Pavel Koryakin</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d80872f

Please sign in to comment.