From 3a440e24b6b68481e1bb4a8cac67cdf1e720af10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Tue, 28 May 2024 20:39:19 -0400 Subject: [PATCH 1/6] chore: Use uno canary updater --- build/canary-updater.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/canary-updater.yml b/build/canary-updater.yml index 9e4f643..d2f724a 100644 --- a/build/canary-updater.yml +++ b/build/canary-updater.yml @@ -1,7 +1,7 @@ steps: - - task: nventiveCanaryUpdater@5 + - task: unoplatformCanaryUpdater@0 displayName: 'Canary Update' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/dev') inputs: @@ -9,5 +9,5 @@ steps: branchToMerge: master summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md' resultFile: '$(Build.ArtifactStagingDirectory)/result.json' - nugetUpdaterVersion: 2.3.0-alpha.46 - packageAuthor: 'nventive,unoplatform,uno platform' + nugetUpdaterVersion: 1.0.15 + packageAuthor: 'unoplatform,uno platform' From 107de5cc5799ac1644144e8a1db3ae172a62b6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Wed, 29 May 2024 09:41:52 -0400 Subject: [PATCH 2/6] chore: Bump canary updater --- build/canary-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/canary-updater.yml b/build/canary-updater.yml index d2f724a..b94625e 100644 --- a/build/canary-updater.yml +++ b/build/canary-updater.yml @@ -1,7 +1,7 @@ steps: - - task: unoplatformCanaryUpdater@0 + - task: unoplatformCanaryUpdater@1 displayName: 'Canary Update' condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/dev') inputs: @@ -9,5 +9,5 @@ steps: branchToMerge: master summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md' resultFile: '$(Build.ArtifactStagingDirectory)/result.json' - nugetUpdaterVersion: 1.0.15 + nugetUpdaterVersion: 1.1.0 packageAuthor: 'unoplatform,uno platform' From d08735563be8ac4dfa1de0fc15ece6c5a2e3e9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 11 Jul 2024 07:19:40 -0400 Subject: [PATCH 3/6] chore: Use OpenSans default font --- src/Uno.Playground.Shared/App.xaml.cs | 2 ++ src/Uno.Playground.WASM/Uno.Playground.WASM.csproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Uno.Playground.Shared/App.xaml.cs b/src/Uno.Playground.Shared/App.xaml.cs index 6498a51..e54235e 100644 --- a/src/Uno.Playground.Shared/App.xaml.cs +++ b/src/Uno.Playground.Shared/App.xaml.cs @@ -38,6 +38,8 @@ public App() { InitializeLogging(); + global::Uno.UI.FeatureConfiguration.Font.DefaultTextFontFamily = "ms-appx:///Uno.Fonts.OpenSans/Fonts/OpenSans.ttf"; + this.InitializeComponent(); this.Suspending += OnSuspending; } diff --git a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj index 81d0890..d8a239f 100644 --- a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj +++ b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj @@ -114,6 +114,8 @@ + + From ed1f4f5aa1a0c3f76a70dbf6469dda702f7fd2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 11 Jul 2024 08:34:12 -0400 Subject: [PATCH 4/6] chore: Update packages --- .../Uno.Playground.WASM.csproj | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj index d8a239f..85dca66 100644 --- a/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj +++ b/src/Uno.Playground.WASM/Uno.Playground.WASM.csproj @@ -1,4 +1,4 @@ - + Exe @@ -64,7 +64,7 @@ -