Skip to content

Commit 80c116e

Browse files
committed
Release v0.6.20
1 parent 2800590 commit 80c116e

5 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.20] - 2025-11-30
9+
10+
### Added
11+
- Add IntelliSense autocomplete for localization keys
12+
813
## [0.6.19] - 2025-11-30
914

1015
### Fixed
@@ -360,6 +365,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
360365
- **License:**
361366
- MIT License with copyright headers in all source files
362367

368+
[0.6.20]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.19...v0.6.20
363369
[0.6.19]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.18...v0.6.19
364370
[0.6.18]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.17...v0.6.18
365371
[0.6.17]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.16...v0.6.17

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.19</Version>
10-
<AssemblyVersion>0.6.19.0</AssemblyVersion>
11-
<FileVersion>0.6.19.0</FileVersion>
9+
<Version>0.6.20</Version>
10+
<AssemblyVersion>0.6.20.0</AssemblyVersion>
11+
<FileVersion>0.6.20.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.19</Version>
12-
<AssemblyVersion>0.6.19.0</AssemblyVersion>
13-
<FileVersion>0.6.19.0</FileVersion>
11+
<Version>0.6.20</Version>
12+
<AssemblyVersion>0.6.20.0</AssemblyVersion>
13+
<FileVersion>0.6.20.0</FileVersion>
1414
<Authors>Nikolaos Protopapas</Authors>
1515
<Company>Nikolaos Protopapas</Company>
1616
<Product>Localization Resource Manager (LRM)</Product>

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
lrm (0.6.19-1) noble; urgency=medium
1+
lrm (0.6.20-1) noble; urgency=medium
22

3-
* Fixed: Fix VS Code extension display name for marketplace\n
3+
* Added: Add IntelliSense autocomplete for localization keys\n
44

5-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 17:05:17 +0200
5+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 17:34:41 +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.19",
5+
"version": "0.6.20",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)