Skip to content

Commit e99254d

Browse files
committed
CM-59551: update changelog
1 parent 06ccef1 commit e99254d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.12.0] - 2026-03-11
8+
79
- Add support for Visual Studio 2026
810

911
## [1.11.2] - 2026-03-04
@@ -108,6 +110,10 @@
108110

109111
The first public release of the extension.
110112

113+
[1.12.0]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.12.0
114+
115+
[1.11.2]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.11.2
116+
111117
[1.11.1]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.11.1
112118

113119
[1.11.0]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.11.0
@@ -150,6 +156,4 @@ The first public release of the extension.
150156

151157
[1.0.0]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.0.0
152158

153-
[1.11.2]: https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.11.2
154-
155-
[Unreleased]: https://github.com/cycodehq/visual-studio-extension/compare/v1.11.2...HEAD
159+
[Unreleased]: https://github.com/cycodehq/visual-studio-extension/compare/v1.12.0...HEAD

src/extension/Cycode.VisualStudio.Extension.14.0-16.0/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.2" Language="en-US" Publisher="cycodehq" />
4+
<Identity Id="Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version="1.12.0" 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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.2" Language="en-US" Publisher="cycodehq" />
4+
<Identity Id="Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version="1.12.0" 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>

src/extension/Cycode.VisualStudio.Extension.Shared/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ namespace Cycode.VisualStudio.Extension.Shared;
33
internal sealed class Vsix {
44
public const string Name = "Cycode";
55
public const string Description = "Cycode for Visual Studio IDE";
6-
public const string Version = "1.11.1";
6+
public const string Version = "1.12.0";
77
}

0 commit comments

Comments
 (0)