Skip to content

Commit

Permalink
Bump version: 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Sep 9, 2024
1 parent ca3b1ad commit 8da58db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.3.0] - 2024-09-09

- Added `GetAsync` and `FindAsync` overloads that allow you to specify what navigation properties to include (when using the Entity Framework repository).

## [5.2.1] - 2024-04-30

- Added a `GetOrderedListAsync` overload method with predicate matching.
Expand Down Expand Up @@ -91,6 +95,7 @@

_Initial release._

[5.3.0]: https://github.com/gaepdit/app-library/releases/tag/v5.3.0
[5.2.1]: https://github.com/gaepdit/app-library/releases/tag/v5.2.1
[5.2.0]: https://github.com/gaepdit/app-library/releases/tag/v5.2.0
[5.1.0]: https://github.com/gaepdit/app-library/releases/tag/l%2Fv5.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/AppLibrary/AppLibrary.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>5.2.1</Version>
<Version>5.3.0</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 8da58db

Please sign in to comment.