Skip to content

Commit cabf55b

Browse files
authored
Changing LicenseURL to License in Nugets (#2161)
* Changing LicenceURL to Licence in Nugets * Change LicenseExpression to File and update CLI version for fix of the build * Fixing path to TF License
1 parent b89ce70 commit cabf55b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

DotnetCLIVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.401
1+
2.1.503

pkg/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- nuspec properties -->
2222
<PropertyGroup>
2323
<Authors>Microsoft</Authors>
24-
<PackageLicenseUrl>https://github.com/dotnet/machinelearning/blob/master/LICENSE</PackageLicenseUrl>
24+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2525
<PackageProjectUrl>https://dot.net/ml</PackageProjectUrl>
2626
<PackageIconUrl>https://aka.ms/mlnetlogo</PackageIconUrl>
2727
<PackageReleaseNotes>https://aka.ms/mlnetreleasenotes</PackageReleaseNotes>

pkg/Microsoft.ML.Mkl.Redist/Microsoft.ML.Mkl.Redist.nupkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<Authors>Intel</Authors>
55
<TargetFramework>netstandard2.0</TargetFramework>
6+
<PackageLicenseFile>NOTICE.txt</PackageLicenseFile>
67
<PackageDescription>$(MSBuildProjectName) contains the MKL library redistributed as a NuGet package.</PackageDescription>
78
<PackageTags>$(PackageTags) MLNET MKL</PackageTags>
89
</PropertyGroup>

pkg/Microsoft.ML.TensorFlow.Redist/Microsoft.ML.TensorFlow.Redist.nupkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Authors>The TensorFlow Authors</Authors>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<PackageDescription>$(MSBuildProjectName) contains the TensorFlow C library version $(TensorFlowVersion) redistributed as a NuGet package.</PackageDescription>
7-
<PackageLicenseUrl>https://github.com/tensorflow/tensorflow/blob/master/LICENSE</PackageLicenseUrl>
7+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99
<Copyright>Copyright 2018 The TensorFlow Authors. All rights reserved.</Copyright>
1010
<PackageProjectUrl>https://www.tensorflow.org</PackageProjectUrl>

src/Redist/Microsoft.ML.TensorFlow.Redist/Microsoft.ML.TensorFlow.Redist.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<TensorFlowConfig Include="linux" FileExtension=".tar.gz" FilesFromArchive="lib\libtensorflow.so;lib\libtensorflow_framework.so;include\tensorflow\c\LICENSE" Runtime="linux-x64" />
1111
<TensorFlowConfig Include="darwin" FileExtension=".tar.gz" FilesFromArchive="lib\libtensorflow.so;lib\libtensorflow_framework.so;include\tensorflow\c\LICENSE" Runtime="osx-x64" />
1212

13-
<AdditionalDownloadFile Include="https://github.com/tensorflow/tensorflow/blob/master/LICENSE" DownloadFile="$(IntermediateOutputPath)LICENSE" />
13+
<AdditionalDownloadFile Include="https://raw.githubusercontent.com/tensorflow/tensorflow/master/LICENSE" DownloadFile="$(IntermediateOutputPath)LICENSE" />
1414
</ItemGroup>
1515

1616
<Target Name="PrepareArchives">

0 commit comments

Comments
 (0)