File tree 4 files changed +8
-4
lines changed
Cycode.VisualStudio.Extension.14.0-16.0
Cycode.VisualStudio.Extension.17.0
Cycode.VisualStudio.Extension.Shared
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.9.0] - 2025-02-24
8
+
7
9
- Add tree view filtering by severity
8
10
- Add proper support for disabled modules
9
11
- Fix scrolling issue in violation panels
83
85
84
86
The first public release of the extension.
85
87
88
+ [ 1.9.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.9.0
89
+
86
90
[ 1.8.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.8.0
87
91
88
92
[ 1.7.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.7.0
@@ -115,4 +119,4 @@ The first public release of the extension.
115
119
116
120
[ 1.0.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.0.0
117
121
118
- [ Unreleased ] : https://github.com/cycodehq/visual-studio-extension/compare/v1.8 .0...HEAD
122
+ [ Unreleased ] : https://github.com/cycodehq/visual-studio-extension/compare/v1.9 .0...HEAD
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version =" 1.8 .0" Language =" en-US" Publisher =" cycodehq" />
4
+ <Identity Id =" Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version =" 1.9 .0" Language =" en-US" Publisher =" cycodehq" />
5
5
<DisplayName >Cycode</DisplayName >
6
6
<Description xml : space =" preserve" >Cycode for Visual Studio IDE</Description >
7
7
<MoreInfo >https://github.com/cycodehq/visual-studio-extension</MoreInfo >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version =" 1.8 .0" Language =" en-US" Publisher =" cycodehq" />
4
+ <Identity Id =" Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version =" 1.9 .0" Language =" en-US" Publisher =" cycodehq" />
5
5
<DisplayName >Cycode</DisplayName >
6
6
<Description xml : space =" preserve" >Cycode for Visual Studio IDE</Description >
7
7
<MoreInfo >https://github.com/cycodehq/visual-studio-extension</MoreInfo >
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ namespace Cycode.VisualStudio.Extension.Shared;
3
3
internal sealed class Vsix {
4
4
public const string Name = "Cycode" ;
5
5
public const string Description = "Cycode for Visual Studio IDE" ;
6
- public const string Version = "1.8 .0" ;
6
+ public const string Version = "1.9 .0" ;
7
7
}
You can’t perform that action at this time.
0 commit comments