Skip to content

Commit 717066b

Browse files
committed
CM-59551: update supported versions
1 parent 1adf862 commit 717066b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
- Add support for Visual Studio 2026
8+
79
## [1.11.1] - 2026-02-13
810

911
- Remove Sentry integration

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cycode Visual Studio Extension
22

3-
The Cycode Visual Studio Extension is an extension for versions 2015, 2017, 2019, and 2022 that helps users to adopt a shift-left strategy, by enabling code scanning early in the development lifecycle, which could significantly help businesses avoid costly repairs and potential complications down the line.
3+
The Cycode Visual Studio Extension is an extension for versions 2015, 2017, 2019, 2022, and 2026 that helps users to adopt a shift-left strategy, by enabling code scanning early in the development lifecycle, which could significantly help businesses avoid costly repairs and potential complications down the line.
44

55
## Features
66

@@ -19,7 +19,7 @@ You can install the extension directly from the IDE. Go to:
1919

2020
In the search enter **"Cycode"** and click Install.
2121

22-
Alternatively, you can install the extension from the extension page: [Visual Studio 2015-2019](https://marketplace.visualstudio.com/items?itemName=cycode.cycode-14-16), [Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=cycode.cycode-17).
22+
Alternatively, you can install the extension from the extension page: [Visual Studio 2015-2019](https://marketplace.visualstudio.com/items?itemName=cycode.cycode-14-16), [Visual Studio 2022-2026](https://marketplace.visualstudio.com/items?itemName=cycode.cycode-17).
2323

2424
After installation, you can go to **Extensions > Cycode > Open Tool Window** or **View > Other Windows > Cycode**.
2525

src/extension/Cycode.VisualStudio.Extension.17.0/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<PreviewImage>Resources\ExtensionIcon.png</PreviewImage>
1212
</Metadata>
1313
<Installation>
14-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
14+
<InstallationTarget Version="[17.0,19.0)" Id="Microsoft.VisualStudio.Community">
1515
<ProductArchitecture>amd64</ProductArchitecture>
1616
</InstallationTarget>
17-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
17+
<InstallationTarget Version="[17.0,19.0)" Id="Microsoft.VisualStudio.Community">
1818
<ProductArchitecture>arm64</ProductArchitecture>
1919
</InstallationTarget>
2020
</Installation>
2121
<Prerequisites>
22-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
22+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,19.0)" DisplayName="Visual Studio core editor" />
2323
</Prerequisites>
2424
<Assets>
2525
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />

0 commit comments

Comments
 (0)