Unverified Commit 5c8a331b authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

Replace deprecated `licenseUrl` field with `license` one in `.nuspec` file (#4669)

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

* Update create_nuget.py
parent f3987f37
......@@ -28,7 +28,7 @@ if __name__ == "__main__":
<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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment