diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 9667387d..54121b18 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -9,7 +9,7 @@ pr: none variables: versionMajor: 11 - versionMinor: 2210 + versionMinor: 2305 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0 diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index 683c5b2d..0ca7509e 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -81,7 +81,7 @@ jobs: pathToPublish: $(Build.ArtifactStagingDirectory)\msixBundle - ${{ if eq(parameters.signBundle, true) }}: - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 + - task: EsrpCodeSigning@2 displayName: Send msixbundle to code signing service inputs: ConnectedServiceName: Essential Experiences Codesign diff --git a/nuget.config b/nuget.config index 14471ade..0b8604f4 100644 --- a/nuget.config +++ b/nuget.config @@ -1,8 +1,9 @@ - + + diff --git a/src/Calculator/Calculator.csproj b/src/Calculator/Calculator.csproj index aa7e1f17..f24e94ad 100644 --- a/src/Calculator/Calculator.csproj +++ b/src/Calculator/Calculator.csproj @@ -791,6 +791,9 @@ + + 0.0.16 + 6.2.14 diff --git a/src/Calculator/Package.Release.appxmanifest b/src/Calculator/Package.Release.appxmanifest index 65a46315..c71a8cbe 100644 --- a/src/Calculator/Package.Release.appxmanifest +++ b/src/Calculator/Package.Release.appxmanifest @@ -8,7 +8,7 @@ Assets\CalculatorStoreLogo.png - + diff --git a/src/Calculator/Resources/en-US/Resources.resw b/src/Calculator/Resources/en-US/Resources.resw index 898b9aac..5b994de9 100644 --- a/src/Calculator/Resources/en-US/Resources.resw +++ b/src/Calculator/Resources/en-US/Resources.resw @@ -4714,11 +4714,11 @@ Appearance Subtitle of appearance setting on Settings page - + App theme Title of App theme expander - + Select which app theme to display Description of App theme expander @@ -4747,4 +4747,3 @@ Screen reader prompt for the App theme Setting radio buttons group - diff --git a/src/Calculator/Views/Settings.xaml b/src/Calculator/Views/Settings.xaml index e25dc4de..089e0797 100644 --- a/src/Calculator/Views/Settings.xaml +++ b/src/Calculator/Views/Settings.xaml @@ -3,6 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:automation="using:CalculatorApp.ViewModel.Common.Automation" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:labs="using:CommunityToolkit.Labs.WinUI" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" Loaded="OnLoaded" @@ -13,7 +14,7 @@ + + + + 3 @@ -43,42 +52,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -