Skip to content

Commit

Permalink
NuGet info updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 7, 2018
1 parent bc40df3 commit 0f171c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NeuralNetwork.NET/NeuralNetwork.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>NeuralNetworkNET</RootNamespace>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Authors>Sergio Pedri</Authors>
<Company>Sergio Pedri</Company>
<Description>An easy to use CNN library, built from scratch in C# 7.2 for .NET Standard 2.0, with native memory management for better performance and additional GPU support with cuDNN</Description>
Expand All @@ -14,7 +14,7 @@
<PackageTags>cnn, neuralnetwork, deeplearning, ai, cuda, csharp, gpu, net, netstandard</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Minor bug fixes, new IDataset APIs added</PackageReleaseNotes>
<PackageReleaseNotes>Custom accuracy testing APIs added, code refactoring and improvements</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -33,7 +33,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0f171c5

Please sign in to comment.