From df35b1983257415f567819f197da32f4844d64b3 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Thu, 3 Oct 2024 11:37:17 -0700 Subject: [PATCH] Update version to 0.19 --- build/azure-pipelines.yml | 2 +- build/scripts/CreateBuildInfo.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 28b00d0295..7c2bdb98d2 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -31,7 +31,7 @@ parameters: variables: # MSIXVersion's second part should always be odd to account for stub app's version - MSIXVersion: '0.1801' + MSIXVersion: '0.1901' VersionOfSDK: '0.700' solution: '**/DevHome.sln' appxPackageDir: 'AppxPackages' diff --git a/build/scripts/CreateBuildInfo.ps1 b/build/scripts/CreateBuildInfo.ps1 index d18f35781d..44dd301016 100644 --- a/build/scripts/CreateBuildInfo.ps1 +++ b/build/scripts/CreateBuildInfo.ps1 @@ -6,7 +6,7 @@ Param( ) $Major = "0" -$Minor = "18" +$Minor = "19" $Patch = "99" # default to 99 for local builds $versionSplit = $Version.Split(".");