File tree Expand file tree Collapse file tree 4 files changed +10
-4
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 +10
-4
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.10.1] - 2025-08-27
8+
9+ - Fix null pointer exception of ErrorTaggerProvider on rerender
10+
711## [ 1.10.0] - 2025-05-14
812
913- Add detection sorting by line number in addition to severity
8993
9094The first public release of the extension.
9195
96+ [ 1.10.1 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.10.1
97+
9298[ 1.10.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.10.0
9399
94100[ 1.9.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.9.0
@@ -125,4 +131,4 @@ The first public release of the extension.
125131
126132[ 1.0.0 ] : https://github.com/cycodehq/visual-studio-extension/releases/tag/v1.0.0
127133
128- [ Unreleased ] : https://github.com/cycodehq/visual-studio-extension/compare/v1.10.0 ...HEAD
134+ [ Unreleased ] : https://github.com/cycodehq/visual-studio-extension/compare/v1.10.1 ...HEAD
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.10.0 " Language =" en-US" Publisher =" cycodehq" />
4+ <Identity Id =" Cycode.7e1a0714-9b3b-4e0e-9c0a-d23fb20ab86e" Version =" 1.10.1 " 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.10.0 " Language =" en-US" Publisher =" cycodehq" />
4+ <Identity Id =" Cycode.f2c5020e-67a2-46f8-a888-609412fd59db" Version =" 1.10.1 " 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 @@ -3,5 +3,5 @@ namespace Cycode.VisualStudio.Extension.Shared;
33internal 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.10.0 " ;
6+ public const string Version = "1.10.1 " ;
77}
You can’t perform that action at this time.
0 commit comments