From 77aa391be01ad45b334cfcbd055724cee1cdf087 Mon Sep 17 00:00:00 2001 From: guimafelipe Date: Wed, 2 Apr 2025 11:03:02 -0700 Subject: [PATCH] Bumping minor version to 101 --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d62c063..77a18ca 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -16,7 +16,7 @@ parameters: - release variables: - MSIXVersion: '0.100' + MSIXVersion: '0.101' solution: '**/GitHubExtension.sln' appxPackageDir: 'AppxPackages' testOutputArtifactDir: 'TestResults'