Skip to content

Commit

Permalink
Replace deprecated licenseUrl field with license one in .nuspec
Browse files Browse the repository at this point in the history
… file (#4669)

* Replace deprecated `licenseUrl` field with `license` one in `.nuspec` file

* Update create_nuget.py
  • Loading branch information
StrikerRUS committed Oct 12, 2021
1 parent f3987f3 commit 5c8a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuget/create_nuget.py
Expand Up @@ -28,7 +28,7 @@
<version>{version}</version>
<authors>Guolin Ke</authors>
<owners>Guolin Ke</owners>
<licenseUrl>https://github.com/microsoft/LightGBM/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/microsoft/LightGBM</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A fast, distributed, high performance gradient boosting framework</description>
Expand Down

0 comments on commit 5c8a331

Please sign in to comment.