File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010_ No unreleased changes yet._
1111
12+ ## [ 1.0.4] - 2026-02-10
13+
14+ ### Fixed
15+
16+ #### Documentation
17+ - Fixed Author name in package READMEs to include proper accented characters: ** Károly Akácz**
18+ - Project-specific READMEs (src/Fox.ConfigKit/README.md and src/Fox.ConfigKit.ResultKit/README.md) now display Author name correctly
19+
20+ ### Changed
21+ - Version bumped to 1.0.4 for both Fox.ConfigKit and Fox.ConfigKit.ResultKit packages
22+ - PackageReleaseNotes updated to describe Author name fix
23+
1224## [ 1.0.3] - 2026-02-10
1325
1426### Fixed
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Install-Package Fox.ConfigKit
7777
7878** PackageReference:**
7979``` xml
80- <PackageReference Include =" Fox.ConfigKit" Version =" 1.0.0 " />
80+ <PackageReference Include =" Fox.ConfigKit" Version =" 1.0.4 " />
8181```
8282
8383## 🚀 Quick Start
@@ -601,7 +601,7 @@ This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.t
601601
602602## 📊 Project Status
603603
604- Current version: ** 1.0.3 **
604+ Current version: ** 1.0.4 **
605605
606606See [ CHANGELOG.md] ( CHANGELOG.md ) for version history.
607607
Original file line number Diff line number Diff line change 22
33 <PropertyGroup Label =" Framework and Language" >
44 <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
5- <Version >1.0.3 </Version >
5+ <Version >1.0.4 </Version >
66 <IsPackable >true</IsPackable >
77 <AssemblyName >Fox.ConfigKit.ResultKit</AssemblyName >
88 <RootNamespace >Fox.ConfigKit.ResultKit</RootNamespace >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 <PackageOutputPath >$(MSBuildThisFileDirectory)..\..\artifacts</PackageOutputPath >
2121 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
22- <PackageReleaseNotes >Version 1.0.3 : Fix NuGet package README - use project README instead of root (removes emoji from H1 for NuGet.org compatibility ).</PackageReleaseNotes >
22+ <PackageReleaseNotes >Version 1.0.4 : Fix Author name in package README (restore accented characters: Károly Akácz ).</PackageReleaseNotes >
2323 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2424 <RepositoryUrl >https://github.com/akikari/Fox.ConfigKit</RepositoryUrl >
2525 <PackageProjectUrl >https://github.com/akikari/Fox.ConfigKit</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ This project is licensed under the MIT License - see the [LICENSE.txt](https://g
310310
311311## Author
312312
313- ** Kroly Akcz **
313+ ** Károly Akácz **
314314
315315- GitHub: [ @akikari ] ( https://github.com/akikari )
316316- Repository: [ Fox.ConfigKit] ( https://github.com/akikari/Fox.ConfigKit )
Original file line number Diff line number Diff line change 22
33 <PropertyGroup Label =" Framework and Language" >
44 <TargetFrameworks >net8.0;net9.0;net10.0</TargetFrameworks >
5- <Version >1.0.3 </Version >
5+ <Version >1.0.4 </Version >
66 <IsPackable >true</IsPackable >
77 <AssemblyName >Fox.ConfigKit</AssemblyName >
88 <RootNamespace >Fox.ConfigKit</RootNamespace >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 <PackageOutputPath >$(MSBuildThisFileDirectory)..\..\artifacts</PackageOutputPath >
2121 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
22- <PackageReleaseNotes >Version 1.0.3 : Fix NuGet package README - use project README instead of root (removes emoji from H1 for NuGet.org compatibility ).</PackageReleaseNotes >
22+ <PackageReleaseNotes >Version 1.0.4 : Fix Author name in package README (restore accented characters: Károly Akácz ).</PackageReleaseNotes >
2323 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2424 <RepositoryUrl >https://github.com/akikari/Fox.ConfigKit</RepositoryUrl >
2525 <PackageProjectUrl >https://github.com/akikari/Fox.ConfigKit</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ This project is licensed under the MIT License - see the [LICENSE.txt](https://g
227227
228228## Author
229229
230- ** Kroly Akcz **
230+ ** Károly Akácz **
231231
232232- GitHub: [ @akikari ] ( https://github.com/akikari )
233233- Repository: [ Fox.ConfigKit] ( https://github.com/akikari/Fox.ConfigKit )
You can’t perform that action at this time.
0 commit comments