diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 562ba838..4c3ddc16 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -20,7 +20,7 @@ parameters: - release variables: - MSIXVersion: '0.1000' + MSIXVersion: '0.1100' solution: '**/DevHomeAzureExtension.sln' appxPackageDir: 'AppxPackages' testOutputArtifactDir: 'TestResults' diff --git a/build/scripts/CreateBuildInfo.ps1 b/build/scripts/CreateBuildInfo.ps1 index 65dfcc7a..17a84fc2 100644 --- a/build/scripts/CreateBuildInfo.ps1 +++ b/build/scripts/CreateBuildInfo.ps1 @@ -5,7 +5,7 @@ Param( ) $Major = "0" -$Minor = "10" +$Minor = "11" $Patch = "99" # default to 99 for local builds $versionSplit = $Version.Split(".");