File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Cycode.VisualStudio.Extension.14.0-16.0
Cycode.VisualStudio.Extension.17.0
Cycode.VisualStudio.Extension.Shared Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.11.2] - 2026-03-04
8+
9+ - Increase required CLI version to 3.11.1
10+
711## [ 1.11.1] - 2026-02-13
812
913- Remove Sentry integration
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version =" 1.11.1 " Language =" en-US" Publisher =" cycodehq" />
4+ <Identity Id =" Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version =" 1.11.2 " Language =" en-US" Publisher =" cycodehq" />
55 <DisplayName >Cycode</DisplayName >
66 <Description xml : space =" preserve" >Cycode for Visual Studio IDE</Description >
77 <MoreInfo >https://github.com/cycodehq/visual-studio-extension</MoreInfo >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version =" 1.11.1 " Language =" en-US" Publisher =" cycodehq" />
4+ <Identity Id =" Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version =" 1.11.2 " Language =" en-US" Publisher =" cycodehq" />
55 <DisplayName >Cycode</DisplayName >
66 <Description xml : space =" preserve" >Cycode for Visual Studio IDE</Description >
77 <MoreInfo >https://github.com/cycodehq/visual-studio-extension</MoreInfo >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace Cycode.VisualStudio.Extension.Shared;
44
55public static class Constants {
66 public const string AppName = "visual_studio_extension" ;
7- public const string RequiredCliVersion = "3.9.3 " ;
7+ public const string RequiredCliVersion = "3.11.1 " ;
88
99 public const string CycodeDomain = "cycode.com" ;
1010
You can’t perform that action at this time.
0 commit comments