Skip to content

Commit b47e96b

Browse files
committed
Setup branch for preview1
1 parent f53deb7 commit b47e96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/WindowsAppSDK-CommonVariables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313

1414
Codeql.Enabled: true # CodeQL runs every 3 days on the default branch for all languages its applicable to in that pipeline.
1515

16-
channel: 'experimental'
16+
channel: 'preview'
1717
rerunPassesRequiredToAvoidFailure: 5
1818
versionDate: $[format('{0:yyyyMMdd}', pipeline.startTime)]
1919
versionCounter: $[counter(variables['versionDate'], 0)]

test/DynamicDependency/Test_BootstrapAutoInitialize/CPP/WindowsAppSDK-VersionInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Release information
1010
#define WINDOWSAPPSDK_RELEASE_MAJOR 1
11-
#define WINDOWSAPPSDK_RELEASE_MINOR 1
11+
#define WINDOWSAPPSDK_RELEASE_MINOR 4
1212
#define WINDOWSAPPSDK_RELEASE_PATCH 0
1313
#define WINDOWSAPPSDK_RELEASE_MAJORMINOR 0x00010001
1414

0 commit comments

Comments
 (0)