Skip to content

Commit c0f9acb

Browse files
Bump version to 0.6.3 [skip ci]
1 parent 5b23b1e commit c0f9acb

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.3] - 2025-11-09
11+
1012
### Fixed
1113
- Fix release workflow to checkout main branch to prevent push conflicts
1214
- Fix YAML syntax error in update-changelog workflow
@@ -83,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8385
- **License:**
8486
- MIT License with copyright headers in all source files
8587

86-
[Unreleased]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.2...HEAD
88+
[Unreleased]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.3...HEAD
89+
[0.6.3]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.2...v0.6.3
8790
[0.6.2]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.0...v0.6.2
8891
[0.6.0]: https://github.com/nickprotop/LocalizationManager/releases/tag/v0.6.0

LocalizationManager.csproj

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

99
<!-- Version and Assembly Information -->
10-
<Version>0.6.2</Version>
11-
<AssemblyVersion>0.6.2.0</AssemblyVersion>
12-
<FileVersion>0.6.2.0</FileVersion>
10+
<Version>0.6.3</Version>
11+
<AssemblyVersion>0.6.3.0</AssemblyVersion>
12+
<FileVersion>0.6.3.0</FileVersion>
1313
<Authors>Nikolaos Protopapas</Authors>
1414
<Company>Nikolaos Protopapas</Company>
1515
<Product>Localization Resource Manager (LRM)</Product>

0 commit comments

Comments
 (0)