Skip to content

Commit

Permalink
chore: Bumped version number to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Mar 1, 2024
1 parent 93f546d commit c5d10f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
<Version>2.4.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Core/SimpleResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<Description>
A simple package to implement the Result pattern for returning from services.
</Description>
<Version>2.3.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
<Version>2.4.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</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.2</Version>
<PackageReleaseNotes>- Update README.md</PackageReleaseNotes>
<Version>2.4.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c5d10f4

Please sign in to comment.