File tree Expand file tree Collapse file tree
ExpressionTreeExplorer.Vsix Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to Expression Tree Explorer are documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.2] - 2026-06-22
9+
10+ ### Changed
11+ - Improved label contrast in the Details and End Nodes panels under light VS themes.
12+
813## [ 1.0.1] - 2026-06-15
914
1015### Changed
@@ -23,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328- VS theme-aware styling.
2429- Support for Visual Studio 2022 (17.9+) and Visual Studio 2026.
2530
31+ [ 1.0.2 ] : https://github.com/TomasPecinka/ExpressionTreeExplorer/releases/tag/v1.0.2
2632[ 1.0.1 ] : https://github.com/TomasPecinka/ExpressionTreeExplorer/releases/tag/v1.0.1
2733[ 1.0.0 ] : https://github.com/TomasPecinka/ExpressionTreeExplorer/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0-windows</TargetFramework >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
6- <Version >1.0.1 </Version >
6+ <Version >1.0.2 </Version >
77 </PropertyGroup >
88 <ItemGroup >
99 <None Remove =" Assets\icon.png" />
You can’t perform that action at this time.
0 commit comments