Skip to content

Commit

Permalink
chore: Bumped version number to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Dec 30, 2023
1 parent bbc4be9 commit 1391eeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/AspNetCore/SimpleResults.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<Description>
A simple package that translates the Result object to ActionResult or IResult.
</Description>
<Version>2.3.1</Version>
<PackageReleaseNotes>- Add extension methods to the ModelStateDictionary type</PackageReleaseNotes>
<Version>2.3.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Core/SimpleResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<Description>
A simple package to implement the Result pattern for returning from services.
</Description>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/FluentValidation/SimpleResults.FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<Description>
A simple package that provides extension methods for the Fluent Validation library.
</Description>
<Version>2.3.1</Version>
<PackageReleaseNotes>- Resolves issue #52</PackageReleaseNotes>
<Version>2.3.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1391eeb

Please sign in to comment.