Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Revert to PackageIconUrl for now
Browse files Browse the repository at this point in the history
CI has some issues signing with the new PackageIcon, so reverting for now.
  • Loading branch information
Redth committed Jan 7, 2020
1 parent d0116a7 commit 05ce290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Xamarin.Essentials/Xamarin.Essentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<AssemblyName>Xamarin.Essentials</AssemblyName>
<RootNamespace>Xamarin.Essentials</RootNamespace>
<PackageId>Xamarin.Essentials</PackageId>
<PackageIcon>icon.png</PackageIcon>
<!-- PackageIcon>icon.png</PackageIcon -->
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/Essentials/master/Assets/xamarin.essentials_128x128.png</PackageIconUrl>
<Summary>Xamarin.Essentials: a kit of essential API's for your apps</Summary>
<PackageTags>xamarin, windows, uwp, ios, android, watchos, tvos, tizen, toolkit, xamarin.forms, Xamarin.Essentials, kit</PackageTags>
<Title>Xamarin.Essentials</Title>
Expand Down

0 comments on commit 05ce290

Please sign in to comment.