From a925bebd70fda925680f26f38c00e77a76233a12 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Tue, 29 Oct 2024 10:05:34 +0100
Subject: [PATCH 1/4] chore: Include GooglePlay in NuGet artifacts build
pipeline
---
build/Uno.UI.Build.csproj | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build/Uno.UI.Build.csproj b/build/Uno.UI.Build.csproj
index 7fd94c900bbe..04f493e0b2d0 100644
--- a/build/Uno.UI.Build.csproj
+++ b/build/Uno.UI.Build.csproj
@@ -368,8 +368,7 @@
<_diffPackage Include="$(PackageNamePrefix)" Other="$(PackageNamePrefix).$(GITVERSION_SemVer).nupkg" />
<_diffPackage Include="$(PackageNamePrefix).Foldable" Other="..\..\..\NugetPackages-Artifacts-netcoremobile-$(ArtifactsPlatformName)\vslatest-netcoremobile\$(PackageNamePrefix).Foldable.$(GITVERSION_SemVer).nupkg" />
-
-
+ <_diffPackage Include="$(PackageNamePrefix).GooglePlay" Other="..\..\..\NugetPackages-Artifacts-netcoremobile-$(ArtifactsPlatformName)\vslatest-netcoremobile\$(PackageNamePrefix).GooglePlay.$(GITVERSION_SemVer).nupkg" />
<_diffPackage Include="$(PackageNamePrefix).Lottie" Other="$(PackageNamePrefix).Lottie.$(GITVERSION_SemVer).nupkg" />
<_diffPackage Include="$(PackageNamePrefix).Maps" Other="..\..\..\NugetPackages-Artifacts-netcoremobile-$(ArtifactsPlatformName)\vslatest-netcoremobile\$(PackageNamePrefix).Maps.$(GITVERSION_SemVer).nupkg" />
<_diffPackage Include="$(PackageNamePrefix).MSAL" Other="$(PackageNamePrefix).MSAL.$(GITVERSION_SemVer).nupkg" />
From 55a3d4ef0fd408693d26780149490d01c688bebc Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Tue, 29 Oct 2024 10:06:00 +0100
Subject: [PATCH 2/4] chore: Add UnoFeatures
---
.../targets/Uno.Implicit.Packages.ProjectSystem.targets | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Uno.Sdk/targets/Uno.Implicit.Packages.ProjectSystem.targets b/src/Uno.Sdk/targets/Uno.Implicit.Packages.ProjectSystem.targets
index 6c9e0a81f315..dca3044fb05e 100644
--- a/src/Uno.Sdk/targets/Uno.Implicit.Packages.ProjectSystem.targets
+++ b/src/Uno.Sdk/targets/Uno.Implicit.Packages.ProjectSystem.targets
@@ -44,6 +44,10 @@
<_UnoProjectSystemPackageReference Include="Uno.WinUI.Foldable" ProjectSystem="true" />
+
+ <_UnoProjectSystemPackageReference Include="Uno.WinUI.GooglePlay" ProjectSystem="true" />
+
+
<_UnoProjectSystemPackageReference Include="Uno.WinUI.Markup" ProjectSystem="true" />
<_UnoProjectSystemPackageReference Include="Uno.Extensions.Markup.Generators" ProjectSystem="true" />
From e6448052dfe012251df009813b629cd485696781 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Tue, 29 Oct 2024 10:06:20 +0100
Subject: [PATCH 3/4] chore: Reference GooglePlay in docs
---
doc/articles/features/using-the-uno-sdk.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/articles/features/using-the-uno-sdk.md b/doc/articles/features/using-the-uno-sdk.md
index f82af75ffb31..030d07f0a84f 100644
--- a/doc/articles/features/using-the-uno-sdk.md
+++ b/doc/articles/features/using-the-uno-sdk.md
@@ -49,6 +49,7 @@ Here are the supported features:
| Feature | Description |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Foldable` | Adds a reference to [Uno.WinUI.Foldable](https://www.nuget.org/packages/Uno.WinUI.Foldable). |
+| `GooglePlay` | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay). |
| `MediaElement` | Adds native references where needed to use [MediaElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaelement). |
| `CSharpMarkup` | Adds support for [C# Markup](xref:Uno.Extensions.Markup.Overview). |
| `Extensions` | Adds the most commonly used Extensions Packages for Hosting, Configuration, and Logging. |
From 42be5068056f02d1fe9bc0533127c0908c9f54d9 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Thu, 7 Nov 2024 10:59:27 +0100
Subject: [PATCH 4/4] chore: Add link to docs
---
doc/articles/features/using-the-uno-sdk.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/articles/features/using-the-uno-sdk.md b/doc/articles/features/using-the-uno-sdk.md
index 030d07f0a84f..66b07e8b055f 100644
--- a/doc/articles/features/using-the-uno-sdk.md
+++ b/doc/articles/features/using-the-uno-sdk.md
@@ -49,7 +49,7 @@ Here are the supported features:
| Feature | Description |
|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Foldable` | Adds a reference to [Uno.WinUI.Foldable](https://www.nuget.org/packages/Uno.WinUI.Foldable). |
-| `GooglePlay` | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay). |
+| `GooglePlay` | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay). For more information, see the [Store Context documentation](xref:Uno.Features.StoreContext). |
| `MediaElement` | Adds native references where needed to use [MediaElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaelement). |
| `CSharpMarkup` | Adds support for [C# Markup](xref:Uno.Extensions.Markup.Overview). |
| `Extensions` | Adds the most commonly used Extensions Packages for Hosting, Configuration, and Logging. |