зеркало из https://github.com/xamarin/AndroidX.git
Use <PackageIcon> instead of deprecated <'PackageIconUrl>. (#550)
This commit is contained in:
Родитель
b72937abf4
Коммит
10d21f911c
|
@ -52,7 +52,7 @@
|
|||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2113238</PackageProjectUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageIconUrl>https://go.microsoft.com/fwlink/?linkid=2099392</PackageIconUrl>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageVersion>@(Model.NuGetVersion)$(PackageVersionSuffix)</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<!-- Include symbol files (*.pdb) in the built .nupkg -->
|
||||
|
@ -95,6 +95,7 @@
|
|||
<ItemGroup>
|
||||
<None Include="@(Model.NuGetPackageId).targets" Pack="True" PackagePath="@@(AndroidXNuGetTargetFolders)" />
|
||||
<None Include="..\..\LICENSE.md" Pack="True" PackagePath="LICENSE.md" />
|
||||
<None Include="..\..\icons\Xamarin.AndroidX_nuget.png" Pack="True" PackagePath="icon.png" />
|
||||
</ItemGroup>
|
||||
|
||||
@if (@Model.MavenArtifacts.Count > 0) {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2113238</PackageProjectUrl>
|
||||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||
<PackageIconUrl>https://go.microsoft.com/fwlink/?linkid=2099392</PackageIconUrl>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageVersion>1.1.0.1</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<!-- Include symbol files (*.pdb) in the built .nupkg -->
|
||||
|
@ -54,6 +54,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\LICENSE.md" Pack="True" PackagePath="LICENSE.md" />
|
||||
<None Include="..\..\..\icons\Xamarin.AndroidX_nuget.png" Pack="True" PackagePath="icon.png" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2113238</PackageProjectUrl>
|
||||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||
<PackageIconUrl>https://go.microsoft.com/fwlink/?linkid=2099392</PackageIconUrl>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageVersion>1.5.0-rc$(PackageVersionSuffix)</PackageVersion>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<!-- Include symbol files (*.pdb) in the built .nupkg -->
|
||||
|
@ -53,6 +53,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\LICENSE.md" Pack="True" PackagePath="LICENSE.md" />
|
||||
<None Include="..\..\..\icons\Xamarin.AndroidX_nuget.png" Pack="True" PackagePath="icon.png" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<Description>This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.</Description>
|
||||
<Summary>This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.</Summary>
|
||||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2099353</PackageProjectUrl>
|
||||
<PackageIconUrl>https://go.microsoft.com/fwlink/?linkid=2099392</PackageIconUrl>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageTags>Xamarin.AndroidX Xamarin Android Support AndroidX Migration</PackageTags>
|
||||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||
<Authors>Microsoft</Authors>
|
||||
|
@ -40,6 +40,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\LICENSE.md" Pack="True" PackagePath="LICENSE.md" />
|
||||
<None Include="..\..\..\icons\Xamarin.AndroidX_nuget.png" Pack="True" PackagePath="icon.png" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=864997</PackageProjectUrl>
|
||||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
|
||||
<!-- <PackageIconUrl></PackageIconUrl> -->
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче