Skip to content

Commit ee31448

Browse files
committed
Release v0.6.23
1 parent eb8fec8 commit ee31448

5 files changed

Lines changed: 22 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.23] - 2025-11-30
9+
10+
### Fixed
11+
- Fix VS Code extension comment handling and translate dialog
12+
13+
### Added
14+
- Add unit tests for ResourcesController UpdateKey
15+
- Add per-language comment support to UpdateKey API
16+
- Add VS Code extension status bar Quick Actions and config listener
17+
818
## [0.6.22] - 2025-11-30
919

1020
### Added
@@ -375,6 +385,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
375385
- **License:**
376386
- MIT License with copyright headers in all source files
377387

388+
[0.6.23]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.22...v0.6.23
378389
[0.6.22]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.21...v0.6.22
379390
[0.6.21]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.20...v0.6.21
380391
[0.6.20]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.19...v0.6.20

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.22</Version>
10-
<AssemblyVersion>0.6.22.0</AssemblyVersion>
11-
<FileVersion>0.6.22.0</FileVersion>
9+
<Version>0.6.23</Version>
10+
<AssemblyVersion>0.6.23.0</AssemblyVersion>
11+
<FileVersion>0.6.23.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.22</Version>
12-
<AssemblyVersion>0.6.22.0</AssemblyVersion>
13-
<FileVersion>0.6.22.0</FileVersion>
11+
<Version>0.6.23</Version>
12+
<AssemblyVersion>0.6.23.0</AssemblyVersion>
13+
<FileVersion>0.6.23.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
lrm (0.6.22-1) noble; urgency=medium
1+
lrm (0.6.23-1) noble; urgency=medium
22

3-
* Added: Add secure credential storage UI integration\n
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
45

5-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 19:38:22 +0200
6+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 20:30:00 +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.22",
5+
"version": "0.6.23",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)