Skip to content

Commit

Permalink
chore: Bumped version number to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Mar 16, 2024
1 parent 8df856a commit 318ad5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AspNetCore/SimpleResults.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Description>
A simple package that translates the Result object to ActionResult or IResult.
</Description>
<Version>2.4.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Core/SimpleResults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Description>
A simple package to implement the Result pattern for returning from services.
</Description>
<Version>2.4.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/FluentValidation/SimpleResults.FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Description>
A simple package that provides extension methods for the Fluent Validation library.
</Description>
<Version>2.4.0</Version>
<Version>3.0.0</Version>
<PackageReleaseNotes>See https://github.com/MrDave1999/SimpleResults/releases</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 318ad5e

Please sign in to comment.