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