Compare commits

..

No commits in common. "bae9b2a5f1d8bc8cd3ec622898c86c36d8512db7" and "21b6f04f8c6bbebfae4205221c15646afefc0565" have entirely different histories.

2 changed files with 3 additions and 10 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
## [1.1.0] - 2026-05-28 ## [Unreleased]
### Added ### Added
@ -26,14 +26,7 @@ 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
[1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0 [Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD

View file

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