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 13, 2018
1 parent c0be6aa commit 884ff28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.5.0</Version>
<Version>1.5.1</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 Down Expand Up @@ -38,7 +38,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<AssetTargetFallback>
$(AssetTargetFallback);net45
</AssetTargetFallback>
Expand Down

0 comments on commit 884ff28

Please sign in to comment.