|
8 | 8 | <DebugType>full</DebugType> |
9 | 9 | <DocumentationFile>bin\Debug\TensorFlowSharp.xml</DocumentationFile> |
10 | 10 | <GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile> |
| 11 | + <ReleaseVersion>0.2</ReleaseVersion> |
11 | 12 | </PropertyGroup> |
12 | 13 |
|
13 | 14 | <PropertyGroup> |
14 | 15 | <GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> |
15 | 16 | <PackageId>TensorFlowSharp</PackageId> |
16 | | - <PackageVersion>1.5.0-pre2</PackageVersion> |
| 17 | + <PackageVersion>1.5.0</PackageVersion> |
17 | 18 | <Authors>Miguel de Icaza</Authors> |
18 | 19 | <PackageLicenseUrl>https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl> |
19 | 20 | <PackageProjectUrl>https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl> |
20 | 21 | <PackageTags>machine-learning, tensorflow, xamarin, c#, f#</PackageTags> |
21 | 22 | <Description>.NET Bindings for TensorFlow</Description> |
22 | 23 | <Owners>Miguel de Icaza</Owners> |
23 | 24 | <Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary> |
24 | | - <PackageReleaseNotes>Adds support for TensorFlor 1.5 |
| 25 | + <PackageReleaseNotes>Adds support for TensorFlow 1.5 |
25 | 26 |
|
| 27 | +* No longer a -pre release |
| 28 | +* Ships the latest official 1.5 packages (January 26th, Build #80 Mac, Linux, #59 Windows) |
26 | 29 | * This brings support for the TensorFlow 1.5 API |
27 | 30 | * New transpose overload without explicit perm parameter (Cesar Souza) |
28 | 31 | * New ReduceProd method (Cesar Souza) |
29 | 32 | * Supports for TensorFlow.Cond (Cesar Souza) |
30 | | - </PackageReleaseNotes> |
| 33 | +* Ships the latest official 1.5 packages.</PackageReleaseNotes> |
31 | 34 | </PropertyGroup> |
32 | 35 |
|
33 | 36 | <ItemGroup> |
|
0 commit comments