Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbovar committed Feb 25, 2018
1 parent 96ed399 commit ad50e35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ConvNetSharp.Flow/ConvNetSharp.Flow.Nuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.4.4-alpha</Version>
<FileVersion>0.4.4.0</FileVersion>
<Version>0.4.5-alpha</Version>
<FileVersion>0.4.5.0</FileVersion>
<Authors>Cedric Bovar</Authors>
<Description>Deep learning in C#</Description>
<Copyright>Copyright (c) 2017</Copyright>
</PropertyGroup>

<PropertyGroup>
<PackageId>Cognitio.ConvNetSharp.Flow</PackageId>
<PackageVersion>0.4.4-alpha</PackageVersion>
<PackageVersion>0.4.5-alpha</PackageVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Deep Learning Convolution</PackageTags>
<PackageLicenseUrl>https://github.com/cbovar/ConvNetSharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/cbovar/ConvNetSharp</PackageProjectUrl>
<AssemblyName>ConvNetSharp.Flow</AssemblyName>
<RootNamespace>ConvNetSharp.Flow</RootNamespace>
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.4</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/cbovar/ConvNetSharp/releases/tag/v0.4.5</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Product>ConvNetSharp.Flow</Product>
<AssemblyVersion>0.4.4.0</AssemblyVersion>
<AssemblyVersion>0.4.5.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ad50e35

Please sign in to comment.