Skip to content

Commit fc74b8a

Browse files
author
Akácz Károly
committed
docs: v1.0.4 - Fix Author name with accents (Károly Akácz)
1 parent 4414113 commit fc74b8a

6 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

606606
See [CHANGELOG.md](CHANGELOG.md) for version history.
607607

src/Fox.ConfigKit.ResultKit/Fox.ConfigKit.ResultKit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -19,7 +19,7 @@
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>

src/Fox.ConfigKit.ResultKit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/Fox.ConfigKit/Fox.ConfigKit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -19,7 +19,7 @@
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>

src/Fox.ConfigKit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)