Skip to content

Commit 9d56daf

Browse files
committed
Release v0.6.24
1 parent 8c4ee16 commit 9d56daf

5 files changed

Lines changed: 20 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This file is automatically generated from commit messages during releases.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.24] - 2025-11-30
9+
10+
### Added
11+
- Add CodeLens provider for localization keys
12+
13+
### Changed
14+
- Update VS Code extension plan with CodeLens implementation
15+
816
## [0.6.23] - 2025-11-30
917

1018
### Fixed
@@ -385,6 +393,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
385393
- **License:**
386394
- MIT License with copyright headers in all source files
387395

396+
[0.6.24]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.23...v0.6.24
388397
[0.6.23]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.22...v0.6.23
389398
[0.6.22]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.21...v0.6.22
390399
[0.6.21]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.20...v0.6.21

LocalizationManager.Shared/LocalizationManager.Shared.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Nullable>enable</Nullable>
77

88
<!-- Version and Assembly Information -->
9-
<Version>0.6.23</Version>
10-
<AssemblyVersion>0.6.23.0</AssemblyVersion>
11-
<FileVersion>0.6.23.0</FileVersion>
9+
<Version>0.6.24</Version>
10+
<AssemblyVersion>0.6.24.0</AssemblyVersion>
11+
<FileVersion>0.6.24.0</FileVersion>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>Nikolaos Protopapas</Company>
1414
<Product>Localization Resource Manager (LRM) - Shared Library</Product>

LocalizationManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Nullable>enable</Nullable>
99

1010
<!-- Version and Assembly Information -->
11-
<Version>0.6.23</Version>
12-
<AssemblyVersion>0.6.23.0</AssemblyVersion>
13-
<FileVersion>0.6.23.0</FileVersion>
11+
<Version>0.6.24</Version>
12+
<AssemblyVersion>0.6.24.0</AssemblyVersion>
13+
<FileVersion>0.6.24.0</FileVersion>
1414
<Authors>Nikolaos Protopapas</Authors>
1515
<Company>Nikolaos Protopapas</Company>
1616
<Product>Localization Resource Manager (LRM)</Product>

debian/changelog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
lrm (0.6.23-1) noble; urgency=medium
1+
lrm (0.6.24-1) noble; urgency=medium
22

3-
* Fixed: Fix VS Code extension comment handling and translate dialog\n
4-
* Added: Add unit tests for ResourcesController UpdateKey\n- Add per-language comment support to UpdateKey API\n- Add VS Code extension status bar Quick Actions and config listener\n
3+
* Added: Add CodeLens provider for localization keys\n
4+
* Changed: Update VS Code extension plan with CodeLens implementation\n
55

6-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 20:30:00 +0200
6+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 23:13:24 +0200

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "localization-manager",
33
"displayName": "LRM - .NET Localization",
44
"description": "Manage .NET .resx localization files with real-time validation, translation, and code scanning",
5-
"version": "0.6.23",
5+
"version": "0.6.24",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)