Skip to content

Commit 0f171c5

Browse files
committed
NuGet info updated
1 parent bc40df3 commit 0f171c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NeuralNetwork.NET/NeuralNetwork.NET.csproj

Lines changed: 3 additions & 3 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.2.0</Version>
6+
<Version>1.3.0</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>
@@ -14,7 +14,7 @@
1414
<PackageTags>cnn, neuralnetwork, deeplearning, ai, cuda, csharp, gpu, net, netstandard</PackageTags>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<PackageReleaseNotes>Minor bug fixes, new IDataset APIs added</PackageReleaseNotes>
17+
<PackageReleaseNotes>Custom accuracy testing APIs added, code refactoring and improvements</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -33,7 +33,7 @@
3333
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
3434
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
3535
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
36-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
36+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
3737
</PropertyGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)