Skip to content

Commit a49f972

Browse files
fix: PackageIcon
1 parent 19fbedf commit a49f972

13 files changed

+24
-15
lines changed

build/Uno.Foundation.Logging.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<icon>uno.png</icon>
88
<projectUrl>https://github.com/unoplatform/uno</projectUrl>
99
<license type="expression">Apache-2.0</license>
10-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
1110
<description>This package provides internal logging utilities for Uno.UI packages</description>
1211
<copyright>nventive</copyright>
1312
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />

build/Uno.UI.Adapter.Microsoft.Extensions.Logging.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<icon>uno.png</icon>
88
<projectUrl>https://github.com/unoplatform/uno</projectUrl>
99
<license type="expression">Apache-2.0</license>
10-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
1110
<description>This package provides internal logging utilities for Uno.UI packages</description>
1211
<copyright>nventive</copyright>
1312
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />

build/Uno.WinUI.Lottie.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>
1414
Support for Lottie on Uno.WinUI.
1515

@@ -101,6 +101,7 @@
101101
</references>
102102
</metadata>
103103
<files>
104+
<file src="..\src\Common\uno.png" target="/" />
104105
<file src="..\src\AddIns\Uno.UI.Lottie\bin\Release\netstandard2.0\Uno.UI.Lottie.dll" target="lib\netstandard2.0" />
105106
<file src="..\src\AddIns\Uno.UI.Lottie\bin\Release\xamarinios10\Uno.UI.Lottie.dll" target="lib\xamarinios10" />
106107
<file src="..\src\AddIns\Uno.UI.Lottie\bin\Release\xamarinmac20\Uno.UI.Lottie.dll" target="lib\xamarinmac20" />

build/Uno.WinUI.MSAL.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<icon>uno.png</icon>
88
<projectUrl>https://github.com/unoplatform/uno</projectUrl>
99
<license type="expression">Apache-2.0</license>
10-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
1110
<description>This package provides the extensions to MSAL (Microsoft.Identity.Client) for an Uno Platform application.</description>
1211
<copyright>nventive</copyright>
1312
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />

build/Uno.WinUI.RemoteControl.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Remote Control module for Uno Platform projects, such as XAML Hot Reload.</description>
1414
<copyright>Copyright (C) 2015-2019 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -130,6 +130,7 @@
130130
</metadata>
131131

132132
<files>
133+
<file src="..\src\Common\uno.png" target="/" />
133134
<!-- Remote Control -->
134135
<file src="..\src\Uno.UI.RemoteControl\bin\Release\netstandard2.0\Uno.UI.RemoteControl.dll" target="lib\netstandard2.0" />
135136
<file src="..\src\Uno.UI.RemoteControl\bin\Release\netstandard2.0\Uno.UI.RemoteControl.pdb" target="lib\netstandard2.0" />

build/Uno.WinUI.Skia.Gtk.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2020 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -21,6 +21,7 @@
2121
</metadata>
2222

2323
<files>
24+
<file src="..\src\Common\uno.png" target="/" />
2425
<file src="_._" target="lib\netstandard1.0" />
2526
<file src="Uno.WinUI.Skia.Gtk.props" target="build" />
2627
<file src="Uno.WinUI.Skia.Gtk.targets" target="build" />

build/Uno.WinUI.Skia.Linux.FrameBuffer.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2021 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -21,6 +21,7 @@
2121
</metadata>
2222

2323
<files>
24+
<file src="..\src\Common\uno.png" target="/" />
2425
<file src="_._" target="lib\netstandard1.0" />
2526
<file src="Uno.WinUI.Skia.Linux.FrameBuffer.props" target="build" />
2627
<file src="Uno.WinUI.Skia.Linux.FrameBuffer.targets" target="build" />

build/Uno.WinUI.Skia.Tizen.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2020 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -21,6 +21,7 @@
2121
</metadata>
2222

2323
<files>
24+
<file src="..\src\Common\uno.png" target="/" />
2425
<file src="_._" target="lib\netstandard1.0" />
2526
<file src="Uno.WinUI.Skia.Tizen.props" target="build" />
2627
<file src="Uno.WinUI.Skia.Tizen.targets" target="build" />

build/Uno.WinUI.Skia.Wpf.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2020 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -21,6 +21,7 @@
2121
</metadata>
2222

2323
<files>
24+
<file src="..\src\Common\uno.png" target="/" />
2425
<file src="_._" target="lib\netstandard1.0" />
2526
<file src="Uno.WinUI.Skia.Wpf.props" target="build" />
2627
<file src="Uno.WinUI.Skia.Wpf.targets" target="build" />

build/Uno.WinUI.WebAssembly.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2020 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -23,6 +23,7 @@
2323
</metadata>
2424

2525
<files>
26+
<file src="..\src\Common\uno.png" target="/" />
2627
<file src="_._" target="lib\netstandard1.0" />
2728
<file src="Uno.WinUI.WebAssembly.props" target="build" />
2829
<file src="Uno.WinUI.WebAssembly.targets" target="build" />

build/Uno.WinUI.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<projectUrl>https://platform.uno/</projectUrl>
1111
<license type="expression">Apache-2.0</license>
12-
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl>
12+
<icon>uno.png</icon>
1313
<description>Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.</description>
1414
<copyright>Copyright (C) 2015-2019 nventive inc. - all rights reserved</copyright>
1515
<repository type="git" url="https://github.com/unoplatform/uno.git" branch="$branch$" commit="$commitid$" />
@@ -246,7 +246,8 @@
246246
</references>
247247
</metadata>
248248
<files>
249-
249+
<!-- Icon File -->
250+
<file src="..\src\Common\uno.png" target="/" />
250251
<!-- UAP -->
251252
<file src="..\src\Uno.UI.Toolkit\bin\Release\$winuisourcepath$\Uno.UI.Toolkit*.dll" target="lib\$winuitargetpath$" />
252253
<file src="..\src\Uno.UI.Toolkit\bin\Release\$winuisourcepath$\Uno.UI.Toolkit*.pdb" target="lib\$winuitargetpath$" />

src/Uno.UI.Maps/Uno.UI.Maps.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@
88
<PropertyGroup>
99
<Authors>nventive</Authors>
1010
<PackageProjectUrl>https://github.com/unoplatform/uno</PackageProjectUrl>
11-
<PackageIconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</PackageIconUrl>
11+
<PackageIcon>uno.png</PackageIcon>
1212
<RepositoryUrl>https://github.com/unoplatform/uno</RepositoryUrl>
1313
<Description>This package provides the ability for Uno Platform based apps to use the MapControl</Description>
1414
<Copyright>Copyright (C) 2015-2020 nventive inc. - all rights reserved</Copyright>
1515

1616
<PackageId Condition="'$(UNO_UWP_BUILD)'!='true'">Uno.WinUI.Maps</PackageId>
1717
</PropertyGroup>
1818

19+
20+
<ItemGroup>
21+
<None Include="..\Common\uno.png" Pack="true" PackagePath="\" Visible="false"/>
22+
</ItemGroup>
23+
1924
<PropertyGroup Condition="'$(UnoTargetFrameworkOverride)'!=''">
2025
<TargetFrameworks>$(UnoTargetFrameworkOverride)</TargetFrameworks>
2126
</PropertyGroup>

src/Uno.UI.Runtime.Skia.Gtk/Uno.UI.Runtime.Skia.Gtk.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<PropertyGroup>
1010
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
1111
<Authors>nventive</Authors>
12-
<PackageIconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</PackageIconUrl>
1312
<PackageIcon>uno.png</PackageIcon>
1413
<RepositoryUrl>https://github.com/unoplatform/uno</RepositoryUrl>
1514
<Description>This package provides the platform support for Skia in Uno Platform projects.</Description>
@@ -20,7 +19,7 @@
2019
<RootNamespace>Uno.UI.Runtime.Skia</RootNamespace>
2120

2221
<UseCommonOverridePackage>true</UseCommonOverridePackage>
23-
22+
2423
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2524
</PropertyGroup>
2625

0 commit comments

Comments
 (0)