We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d0147 commit dc8f8f8Copy full SHA for dc8f8f8
build/azure-pipelines.yml
@@ -31,7 +31,7 @@ parameters:
31
32
variables:
33
# MSIXVersion's second part should always be odd to account for stub app's version
34
- MSIXVersion: '0.1901'
+ MSIXVersion: '0.2001'
35
VersionOfSDK: '0.700'
36
solution: '**/DevHome.sln'
37
appxPackageDir: 'AppxPackages'
build/scripts/CreateBuildInfo.ps1
@@ -6,7 +6,7 @@ Param(
6
)
7
8
$Major = "0"
9
-$Minor = "19"
+$Minor = "20"
10
$Patch = "99" # default to 99 for local builds
11
12
$versionSplit = $Version.Split(".");
0 commit comments