Skip to content

Commit 884ff28

Browse files
committed
NuGet info updated
1 parent c0be6aa commit 884ff28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NeuralNetwork.NET/NeuralNetwork.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>NeuralNetworkNET</RootNamespace>
6-
<Version>1.5.0</Version>
6+
<Version>1.5.1</Version>
77
<Authors>Sergio Pedri</Authors>
88
<Company>Sergio Pedri</Company>
99
<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>
@@ -38,7 +38,7 @@
3838
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
3939
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4040
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
41-
<AssemblyVersion>1.5.0.0</AssemblyVersion>
41+
<AssemblyVersion>1.5.1.0</AssemblyVersion>
4242
<AssetTargetFallback>
4343
$(AssetTargetFallback);net45
4444
</AssetTargetFallback>

0 commit comments

Comments
 (0)