Skip to content

Commit 1fedf41

Browse files
authored
Snap for 1.4-stable
Snap for 1.4-stable
2 parents 96b3638 + 6b24d00 commit 1fedf41

File tree

6 files changed

+7
-1405
lines changed

6 files changed

+7
-1405
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ body:
3535
label: NuGet package version
3636
description: Specify the version of Windows App SDK (or Project Reunion) you're using.
3737
options:
38-
- "Windows App SDK 1.3.1: 1.3.230502000"
39-
- "Windows App SDK 1.3 Preview 1: 1.3.230228005-preview1"
38+
- "Windows App SDK 1.3.2: 1.3.230602002"
39+
- "Windows App SDK 1.4 Preview 1: 1.4.230628000-preview1"
4040
- "Windows App SDK 1.4 Experimental 1: 1.4.230518007-experimental1"
4141
- type: dropdown
4242
attributes:

DevCheck.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22

3-
powershell -ExecutionPolicy Unrestricted -NoLogo -NoProfile -File %~dp0\DevCheck.ps1 %*
3+
powershell -ExecutionPolicy Unrestricted -NoLogo -NoProfile -File %~dp0\eng\common\DevCheck.ps1 %*
44

55
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)