From c9728960d4b6081b9648957c161e3afaa3b91176 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Wed, 5 Jun 2024 00:10:56 -0700 Subject: [PATCH] Update version to 0.15 --- 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 ea0d9b3..5c5ebd1 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -20,7 +20,7 @@ parameters: - release variables: - MSIXVersion: '0.1400' + MSIXVersion: '0.1500' solution: '**/GitHubExtension.sln' appxPackageDir: 'AppxPackages' testOutputArtifactDir: 'TestResults' diff --git a/build/scripts/CreateBuildInfo.ps1 b/build/scripts/CreateBuildInfo.ps1 index de6a73b..07ac422 100644 --- a/build/scripts/CreateBuildInfo.ps1 +++ b/build/scripts/CreateBuildInfo.ps1 @@ -5,7 +5,7 @@ Param( ) $Major = "0" -$Minor = "14" +$Minor = "15" $Patch = "99" # default to 99 for local builds $versionSplit = $Version.Split(".");