Compare commits

..

2 commits

Author SHA1 Message Date
bae9b2a5f1
chore: post release version changes
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 2m8s
default / dotnet-default-workflow (push) Successful in 2m7s
release / dotnet-release-workflow (push) Successful in 2m11s
2026-05-28 22:07:54 +02:00
cc2a643f63
feat: release 1.1.0
All checks were successful
release / dotnet-release-workflow (push) Successful in 2m8s
2026-05-28 22:07:54 +02:00
2 changed files with 10 additions and 3 deletions

View file

@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **request.result:** Optional result wrapper types (`Result<T>`) for structured responses - **request.result:** Optional result wrapper types (`Result<T>`) for structured responses
- **request.validation:** Automatic validation pipeline behavior with FluentValidation integration - **request.validation:** Automatic validation pipeline behavior with FluentValidation integration
## [Unreleased] ## [1.1.0] - 2026-05-28
### Added ### Added
@ -26,7 +26,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **request.dispatcher:** Reset type caches when reloading assemblies - **request.dispatcher:** Reset type caches when reloading assemblies
- **request.validation:** Reset type caches when reloading assemblies - **request.validation:** Reset type caches when reloading assemblies
## [Unreleased]
### Added
### Changed
### Removed ### Removed
[1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0 [1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD [1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD

View file

@ -9,7 +9,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix> <VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix> <VersionSuffix>preview</VersionSuffix>
</PropertyGroup> </PropertyGroup>