Update stride package definitions to use a license expression of 'MIT' rather than the deprecated licenseUrl.

This commit is contained in:
James Rinker 2022-03-28 09:06:27 -07:00
Родитель efd2e83694
Коммит c051c8eefa
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -5,7 +5,7 @@
<version>5.0.6</version>
<authors>Stride</authors>
<owners>Stride</owners>
<licenseUrl>https://stride3d.net/license.txt</licenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<projectUrl>https://stride3d.net/</projectUrl>
<copyright>&#169; Stride contributors and Silicon Studio Corp.</copyright>
<description>Stride Launcher

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

@ -15,7 +15,7 @@
<StrideNuGetVersion>$(StridePublicVersion)$(StrideNuGetVersionSuffix)$(StrideBuildMetadata)</StrideNuGetVersion>
<PackageVersion Condition=" '$(PackageVersion)' == '' ">$(StrideNuGetVersion)</PackageVersion>
<PackageLicenseUrl>https://github.com/stride3d/stride/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://stride3d.net</PackageProjectUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<RepositoryUrl>https://github.com/stride3d/stride</RepositoryUrl>

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

@ -5,7 +5,7 @@
<version>4.1.0</version>
<authors>Stride</authors>
<owners>Stride</owners>
<licenseUrl>https://github.com/stride3d/stride/blob/master/LICENSE.md</licenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<projectUrl>http://stride3d.net/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stride3d/media/master/images/mainlogo/nuget/logo.png</iconUrl>
<repository type="git" url="https://github.com/stride3d/stride" />