Skip to content

Commit 0d246d9

Browse files
committed
NuGet info updated
1 parent f3d642e commit 0d246d9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

NeuralNetwork.NET/NeuralNetwork.NET.csproj

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>NeuralNetworkNET</RootNamespace>
6-
<Version>2.1.0</Version>
6+
<Version>2.1.1</Version>
77
<Authors>Sergio Pedri</Authors>
88
<Company>Sergio Pedri</Company>
9-
<Description>A TensorFlow-inspired neural network library built from scratch in C# 7.2 for .NET Standard 2.0, with GPU support through cuDNN and native memory management</Description>
10-
<Copyright>Copyright (c) 2017 Sergio Pedri</Copyright>
9+
<Description>A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN and native memory management</Description>
10+
<Copyright>Copyright (c) 2018 Sergio Pedri</Copyright>
1111
<PackageLicenseUrl>https://github.com/Sergio0694/NeuralNetwork.NET/blob/master/LICENSE.md</PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/Sergio0694/NeuralNetwork.NET</PackageProjectUrl>
1313
<PackageIconUrl>https://i.pi.gy/73nG2.png</PackageIconUrl>
1414
<PackageTags>cnn, neuralnetwork, deeplearning, ai, cuda, csharp, gpu, net, netstandard</PackageTags>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
17-
<PackageReleaseNotes>• Added batch normalization layers
18-
• APIs refactoring and improvements
19-
• Bug fixes</PackageReleaseNotes>
17+
<PackageReleaseNotes>• Updated to C# 7.3
18+
• NuGet packages updated</PackageReleaseNotes>
2019
</PropertyGroup>
2120

2221
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -35,11 +34,11 @@
3534
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
3635
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
3736
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
38-
<AssemblyVersion>2.1.0.0</AssemblyVersion>
37+
<AssemblyVersion>2.1.1.0</AssemblyVersion>
3938
<AssetTargetFallback>
4039
$(AssetTargetFallback);net45
4140
</AssetTargetFallback>
42-
<FileVersion>2.1.0.0</FileVersion>
41+
<FileVersion>2.1.1.0</FileVersion>
4342
</PropertyGroup>
4443

4544
<ItemGroup>

0 commit comments

Comments
 (0)