Skip to content

Commit c0827e0

Browse files
authored
Bump version (now mirroring VS v17 minor version) (#843)
1 parent a7e22ca commit c0827e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VisualStudio.Extension-2022/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Preview>true</Preview>
1414
</Metadata>
1515
<Installation AllUsers="true">
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.5,18.0)">
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.12,18.0)">
1717
<ProductArchitecture>amd64</ProductArchitecture>
1818
</InstallationTarget>
1919
</Installation>

VisualStudio.Extension-2022/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2022.3.0",
3+
"version": "2022.12.0",
44
"release": {
55
"branchName" : "release-v{version}",
66
"versionIncrement" : "minor",

0 commit comments

Comments
 (0)