Skip to content

Commit

Permalink
Merge pull request #243 from microsoft/main
Browse files Browse the repository at this point in the history
Staging - 10/11/23
  • Loading branch information
EricJohnson327 authored Oct 11, 2023
2 parents 29617dd + 67d3e4a commit 7876c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parameters:
- release

variables:
MSIXVersion: '0.501'
MSIXVersion: '0.600'
solution: '**/GitHubExtension.sln'
appxPackageDir: 'AppxPackages'
testOutputArtifactDir: 'TestResults'
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/CreateBuildInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Param(
)

$Major = "0"
$Minor = "5"
$Minor = "6"
$Patch = "99" # default to 99 for local builds

$versionSplit = $Version.Split(".");
Expand Down

0 comments on commit 7876c48

Please sign in to comment.