Skip to content

Commit dc8f8f8

Browse files
committedJan 28, 2025
bump version to .20
1 parent d6d0147 commit dc8f8f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131

3232
variables:
3333
# MSIXVersion's second part should always be odd to account for stub app's version
34-
MSIXVersion: '0.1901'
34+
MSIXVersion: '0.2001'
3535
VersionOfSDK: '0.700'
3636
solution: '**/DevHome.sln'
3737
appxPackageDir: 'AppxPackages'

‎build/scripts/CreateBuildInfo.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Param(
66
)
77

88
$Major = "0"
9-
$Minor = "19"
9+
$Minor = "20"
1010
$Patch = "99" # default to 99 for local builds
1111

1212
$versionSplit = $Version.Split(".");

0 commit comments

Comments
 (0)