Browse Source

release 1.15.1 with NumSharp.Lite upgrade

pull/593/head
Oceania2018 5 years ago
parent
commit
f16567a525
3 changed files with 7 additions and 6 deletions
  1. +3
    -2
      src/TensorFlowNET.Core/TensorFlow.Binding.csproj
  2. +3
    -3
      src/TensorFlowNET.Hub/Tensorflow.Hub.csproj
  3. +1
    -1
      src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj

+ 3
- 2
src/TensorFlowNET.Core/TensorFlow.Binding.csproj View File

@@ -31,12 +31,13 @@ https://tensorflownet.readthedocs.io</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>
<UserSecretsId>48689ca8-0ff8-4926-be46-cb50bbda5686</UserSecretsId>
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>TRACE;DEBUG;SERIALIZABLE_</DefineConstants> <DefineConstants>TRACE;DEBUG;SERIALIZABLE_</DefineConstants>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -65,7 +66,7 @@ https://tensorflownet.readthedocs.io</Description>


<ItemGroup> <ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.11.4" /> <PackageReference Include="Google.Protobuf" Version="3.11.4" />
<PackageReference Include="NumSharp.Lite" Version="0.1.5" />
<PackageReference Include="NumSharp.Lite" Version="0.1.7" />
<PackageReference Include="Protobuf.Text" Version="0.4.0" /> <PackageReference Include="Protobuf.Text" Version="0.4.0" />
</ItemGroup> </ItemGroup>




+ 3
- 3
src/TensorFlowNET.Hub/Tensorflow.Hub.csproj View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<RootNamespace>Tensorflow.Hub</RootNamespace> <RootNamespace>Tensorflow.Hub</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.1</Version>
<Version>0.1.5</Version>
<Authors>Kerry Jiang, Haiping Chen</Authors> <Authors>Kerry Jiang, Haiping Chen</Authors>
<Company>SciSharp STACK</Company> <Company>SciSharp STACK</Company>
<Copyright>Apache 2.0</Copyright> <Copyright>Apache 2.0</Copyright>
@@ -14,7 +14,7 @@
<PackageId>SciSharp.TensorFlowHub</PackageId> <PackageId>SciSharp.TensorFlowHub</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Fix GetNextBatch() bug. <PackageReleaseNotes>Fix GetNextBatch() bug.
Upgrade NumSharp.Lite 0.1.4.</PackageReleaseNotes>
Upgrade NumSharp.Lite 0.1.6.</PackageReleaseNotes>
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl> <PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
<AssemblyName>TensorFlow.Hub</AssemblyName> <AssemblyName>TensorFlow.Hub</AssemblyName>
</PropertyGroup> </PropertyGroup>
@@ -22,6 +22,6 @@ Upgrade NumSharp.Lite 0.1.4.</PackageReleaseNotes>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="NumSharp.Lite" Version="0.1.4" />
<PackageReference Include="NumSharp.Lite" Version="0.1.7" />
</ItemGroup> </ItemGroup>
</Project> </Project>

+ 1
- 1
src/TensorFlowNet.Benchmarks/Tensorflow.Benchmark.csproj View File

@@ -20,7 +20,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" /> <PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.15.1" /> <PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.15.1" />
<PackageReference Include="TensorFlow.NET" Version="0.14.2" />
<PackageReference Include="TensorFlow.NET" Version="0.15.0" />
</ItemGroup> </ItemGroup>


</Project> </Project>

Loading…
Cancel
Save