Skip to content

Commit e8597b2

Browse files
committed
Release v0.7.17
1 parent 5abd244 commit e8597b2

8 files changed

Lines changed: 22 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.7.17] - 2026-06-14
9+
10+
### Fixed
11+
- fix(vscode): resolve correctness & robustness bugs from extension bug hunt
12+
- fix(issue-6): invalidate stale scan cache on resource edits in editor
13+
814
## [0.7.16] - 2026-06-10
915

1016
### Fixed
@@ -935,6 +941,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
935941
- **License:**
936942
- MIT License with copyright headers in all source files
937943

944+
[0.7.17]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.16...v0.7.17
938945
[0.7.16]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.15...v0.7.16
939946
[0.7.15]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.14...v0.7.15
940947
[0.7.14]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.13...v0.7.14

LocalizationManager.Core/LocalizationManager.Core.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.7.16</Version>
10-
<AssemblyVersion>0.7.16.0</AssemblyVersion>
11-
<FileVersion>0.7.16.0</FileVersion>
9+
<Version>0.7.17</Version>
10+
<AssemblyVersion>0.7.17.0</AssemblyVersion>
11+
<FileVersion>0.7.17.0</FileVersion>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>Nikolaos Protopapas</Company>
1414
<Product>Localization Resource Manager (LRM) - Core Library</Product>

LocalizationManager.JsonLocalization.Generator/LocalizationManager.JsonLocalization.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- NuGet Package Metadata -->
1414
<PackageId>LocalizationManager.JsonLocalization.Generator</PackageId>
15-
<Version>0.7.16</Version>
15+
<Version>0.7.17</Version>
1616
<Authors>Nikolaos Protopapas</Authors>
1717
<Company>LocalizationManager</Company>
1818
<Product>LocalizationManager.JsonLocalization.Generator</Product>

LocalizationManager.JsonLocalization/LocalizationManager.JsonLocalization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Metadata -->
1010
<PackageId>LocalizationManager.JsonLocalization</PackageId>
11-
<Version>0.7.16</Version>
11+
<Version>0.7.17</Version>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>LocalizationManager</Company>
1414
<Product>LocalizationManager.JsonLocalization</Product>

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.7.16</Version>
10-
<AssemblyVersion>0.7.16.0</AssemblyVersion>
11-
<FileVersion>0.7.16.0</FileVersion>
9+
<Version>0.7.17</Version>
10+
<AssemblyVersion>0.7.17.0</AssemblyVersion>
11+
<FileVersion>0.7.17.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.7.16</Version>
12-
<AssemblyVersion>0.7.16.0</AssemblyVersion>
13-
<FileVersion>0.7.16.0</FileVersion>
11+
<Version>0.7.17</Version>
12+
<AssemblyVersion>0.7.17.0</AssemblyVersion>
13+
<FileVersion>0.7.17.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.7.16-1) noble; urgency=medium
1+
lrm (0.7.17-1) noble; urgency=medium
22

3-
* Fixed: fix(issue-6): round-5 — delete key, restart flow, single-line resx, data annotations\n
3+
* Fixed: fix(vscode): resolve correctness & robustness bugs from extension bug hunt\n- fix(issue-6): invalidate stale scan cache on resource edits in editor\n
44

5-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Wed, 10 Jun 2026 20:04:18 +0300
5+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 14 Jun 2026 12:30:49 +0300

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 localization files (.resx and JSON) with real-time validation, translation, and code scanning",
5-
"version": "0.7.16",
5+
"version": "0.7.17",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)