From d2a38a0c522f413669222f7426a2b2cca8039515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 24 Aug 2022 11:17:20 -0400 Subject: [PATCH 1/3] docs: remove 2022 from the 2019 getting started --- doc/articles/get-started-vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/get-started-vs.md b/doc/articles/get-started-vs.md index 4db182e130..4bd499736f 100644 --- a/doc/articles/get-started-vs.md +++ b/doc/articles/get-started-vs.md @@ -1,4 +1,4 @@ -# Get Started on Visual Studio 2019 and 2022 for Xamarin +# Get Started on Visual Studio 2019 for Xamarin ## Prerequisites * [**Visual Studio 2019 16.3 or later**](https://visualstudio.microsoft.com/), with: From ac23939a76cc8a64b021dbe9e3d23acf20daa4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 24 Aug 2022 11:17:40 -0400 Subject: [PATCH 2/3] docs: Adjust the position of the Xaml Controls Gallery sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c224e45e7b..32e065823f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ Here's a list of live apps made with the Uno Platform for WebAssembly. * The [NuGet Package Explorer](https://nuget.info) ([Source](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer)). * The [Uno Calculator](https://calculator.platform.uno), a simple yet powerful iOS/Android/WebAssembly C# port of the calculator that ships with Windows ([Source](https://github.com/unoplatform/calculator)). Also try the [iOS version](https://apps.apple.com/app/id1464736591), the [Android version](https://play.google.com/store/apps/details?id=uno.platform.calculator) and [Linux version](https://snapcraft.io/uno-calculator). * The [Ch9](https://ch9.platform.uno) sample educational application. -* The [Xaml Controls Gallery](https://xamlcontrolsgallery.platform.uno/) ([Source](https://github.com/unoplatform/uno.Xaml-Controls-Gallery)). * [SkiaSharp fork for the Uno Platform](https://skiasharp-wasm.platform.uno/), Skia is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library ([Source](https://github.com/unoplatform/Uno.SkiaSharp)). * The [Uno.WindowsCommunityToolkit](https://windowstoolkit-wasm.platform.uno/) ([Source](https://github.com/unoplatform/uno.WindowsCommunityToolkit)). * The [Uno.Lottie](https://lottie.platform.uno/), a sample that uses the [AnimatedVisualPlayer](https://docs.microsoft.com/en-us/uwp/api/microsoft.ui.xaml.controls.animatedvisualplayer) ([Source](https://github.com/unoplatform/uno.LottieSample)). @@ -94,6 +93,7 @@ Here's a list of live apps made with the Uno Platform for WebAssembly. * The [SQLite + Entity Framework Core App](https://sqliteefcore-wasm.platform.uno), a demo of the combination of [Roslyn](https://github.com/dotnet/roslyn), [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/), [SQLite](https://github.com/unoplatform/uno.SQLitePCLRaw.Wasm) and the Uno Platform to manipulate an in-browser database. * The [Uno.WebSockets App](https://websockets-wasm.platform.uno), a demo of System.Net.WebSocket running from WebAssembly ([Source](https://github.com/unoplatform/uno.Wasm.WebSockets)). * A [WebAssembly AOT RayTracer](https://raytracer-mono-aot.platform.uno/). +* The [Xaml Controls Gallery](https://xamlcontrolsgallery.platform.uno/) ([Source](https://github.com/unoplatform/uno.Xaml-Controls-Gallery)). Let us know if you've made your app publicly available, we'll list it here! From c2b342ce589dd35032c89336aad8850e7cb2350f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 24 Aug 2022 21:25:55 -0400 Subject: [PATCH 3/3] ci: Don't trigger a full build for top level markdown --- .vsts-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 4586c2a081..2ec681663f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -33,6 +33,7 @@ pr: # don't trigger the CI if only docs files are changed - doc/* - '**/*.md' + - '*.md' resources: containers: