Skip to content

Commit 17de394

Browse files
committed
NuGet info updated
1 parent 84c42ab commit 17de394

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>2.1.1</Version>
6+
<Version>2.1.2</Version>
77
<Authors>Sergio Pedri</Authors>
88
<Company>Sergio Pedri</Company>
99
<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>
@@ -34,11 +34,11 @@
3434
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
3535
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
3636
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
37-
<AssemblyVersion>2.1.1.0</AssemblyVersion>
37+
<AssemblyVersion>2.1.2.0</AssemblyVersion>
3838
<AssetTargetFallback>
3939
$(AssetTargetFallback);net45
4040
</AssetTargetFallback>
41-
<FileVersion>2.1.1.0</FileVersion>
41+
<FileVersion>2.1.2.0</FileVersion>
4242
</PropertyGroup>
4343

4444
<ItemGroup>

0 commit comments

Comments
 (0)