From e0b2b5c74d95f822d3eeed4cb404e25019ed0db8 Mon Sep 17 00:00:00 2001 From: avgalex <6c65787870@protonmail.ch> Date: Mon, 8 Dec 2025 10:44:55 +0300 Subject: [PATCH] Bump version to 7.0.1 (SemVer compliance) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NuGet requires Semantic Versioning (MAJOR.MINOR.PATCH). Changed from 7.0.0.1 to 7.0.1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 2 +- version.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dda78..646d33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in 7.0.0.1 +# Changes in 7.0.1 - Fixed: FluentValidation rules not applied to `[FromForm]` parameters (Issue #170) - Added `RequestBody` processing in `FluentValidationOperationFilter` for `multipart/form-data` and `application/x-www-form-urlencoded` content types diff --git a/version.props b/version.props index e352648..6150d78 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ - 7.0.0.1 + 7.0.1