From d6629ee5322a0df0f1d5c26befa212785dd4c54f Mon Sep 17 00:00:00 2001 From: "Carlos J. Ortiz" Date: Sat, 7 Jun 2025 16:29:01 -0400 Subject: [PATCH] chore(version): bump package version to 7.0.3 Updated the version to 7.0.3 and amended package release notes to include the fix for the readme. --- .../RepositoryPattern.Abstractions.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RepositoryPattern.Abstractions/RepositoryPattern.Abstractions.csproj b/src/RepositoryPattern.Abstractions/RepositoryPattern.Abstractions.csproj index 9ce8ab4..339b7f9 100644 --- a/src/RepositoryPattern.Abstractions/RepositoryPattern.Abstractions.csproj +++ b/src/RepositoryPattern.Abstractions/RepositoryPattern.Abstractions.csproj @@ -6,9 +6,9 @@ enable Qrtix.RepositoryPattern.Abstractions - 7.0.2 - f - - Fix bug in the `UnitOfWork` implementation checking. + 7.0.3 + + - Fix readme. default