Skip to content

Commit 7fee528

Browse files
committed
1.27.0.0
1 parent 10206b9 commit 7fee528

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
label: Extension Version
5353
description: |
5454
Refer to [How to check extension version](https://github.com/tanchekwei/VisualStudioCodeForCommandPalette/blob/main/docs/check-extension-version.md)
55-
placeholder: e.g., 1.26.0.0
55+
placeholder: e.g., 1.27.0.0
5656
validations:
5757
required: true
5858

WorkspaceLauncherForVSCode/Package-Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode.Dev"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.26.0.0" />
15+
Version="1.27.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette (Dev)</DisplayName>

WorkspaceLauncherForVSCode/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.26.0.0" />
15+
Version="1.27.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette</DisplayName>

WorkspaceLauncherForVSCode/WorkspaceLauncherForVSCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<EnableMsixTooling>true</EnableMsixTooling>
1818
<Nullable>enable</Nullable>
1919

20-
<AssemblyVersion>1.26.0.0</AssemblyVersion>
20+
<AssemblyVersion>1.27.0.0</AssemblyVersion>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Remove="Assets\LargeTile.scale-125.png" />

0 commit comments

Comments
 (0)