Skip to content

Commit

Permalink
NuGet info updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Oct 22, 2018
1 parent 84c42ab commit 17de394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Sergio Pedri</Authors>
<Company>Sergio Pedri</Company>
<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>
Expand Down Expand Up @@ -34,11 +34,11 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<AssemblyVersion>2.1.1.0</AssemblyVersion>
<AssemblyVersion>2.1.2.0</AssemblyVersion>
<AssetTargetFallback>
$(AssetTargetFallback);net45
</AssetTargetFallback>
<FileVersion>2.1.1.0</FileVersion>
<FileVersion>2.1.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 17de394

Please sign in to comment.