Skip to content

Commit b78b604

Browse files
author
Akácz Károly
committed
chore: bump Fox.ConfigKit.ResultKit to v1.0.5 with Fox.ResultKit 1.3.0
- Update Fox.ResultKit dependency from 1.2.0 to 1.3.0 - Add Result.Match() method support for functional error handling - Update CHANGELOG.md with version 1.0.5 release notes - Update package release notes in .csproj
1 parent bfb7d7a commit b78b604

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_No unreleased changes yet._
1111

12+
## [1.0.5] - 2026-03-25
13+
14+
### Changed
15+
16+
#### Fox.ConfigKit.ResultKit
17+
- Updated Fox.ResultKit dependency from 1.2.0 to 1.3.0
18+
- Now supports `Result.Match()` method for functional error handling
19+
- Improved Result pattern integration with latest Fox.ResultKit features
20+
1221
## [1.0.4] - 2026-02-10
1322

1423
### Fixed

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

Lines changed: 3 additions & 3 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.4</Version>
5+
<Version>1.0.5</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.4: Fix Author name in package README (restore accented characters: Károly Akácz).</PackageReleaseNotes>
22+
<PackageReleaseNotes>Version 1.0.5: Update Fox.ResultKit dependency to 1.3.0 (adds Result.Match() support).</PackageReleaseNotes>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
<RepositoryUrl>https://github.com/akikari/Fox.ConfigKit</RepositoryUrl>
2525
<PackageProjectUrl>https://github.com/akikari/Fox.ConfigKit</PackageProjectUrl>
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646

4747
<ItemGroup Label="Package Dependencies">
48-
<PackageReference Include="Fox.ResultKit" Version="1.2.0" />
48+
<PackageReference Include="Fox.ResultKit" Version="1.3.0" />
4949
</ItemGroup>
5050

5151
<ItemGroup Label="Project References">

0 commit comments

Comments
 (0)