Compare commits

..

No commits in common. "d801bd182f45b2acbdde63d69058da4d2e04623e" 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.validation:** Automatic validation pipeline behavior with FluentValidation integration
## [1.0.0] - 2026-05-28
## [Unreleased]
### 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.validation:** Reset type caches when reloading assemblies
## [Unreleased]
### Added
### Changed
### Removed
[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.1.0...HEAD
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD

View file

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