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
This commit is contained in:
Nikita Titov 2021-10-12 06:11:38 +03:00 коммит произвёл GitHub
Родитель f3987f3724
Коммит 5c8a331bf5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>