Skip to content

Commit

Permalink
Bump version: 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Apr 30, 2024
1 parent 750a4ce commit 8cba799
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.2.1] - 2024-04-30

- Added a `GetOrderedListAsync` overload method with predicate matching.

## [5.2.0] - 2024-04-30

- Added a string `Truncate` function.
Expand Down Expand Up @@ -87,6 +91,7 @@

_Initial release._

[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
[5.0.1]: https://github.com/gaepdit/app-library/releases/tag/al%2Fv5.0.1
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.0</Version>
<Version>5.2.1</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 8cba799

Please sign in to comment.