Skip to content

Commit 0bb33c3

Browse files
committed
chore: bump version to 1.0.2
1 parent 1c24001 commit 0bb33c3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to Expression Tree Explorer are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

ExpressionTreeExplorer.Vsix/ExpressionTreeExplorer.Vsix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />

0 commit comments

Comments
 (0)