Skip to content

Commit

Permalink
update release history in readme. Bump version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed Jan 2, 2024
1 parent ceeaa56 commit 27208e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ To use this helper - register `IFileIO` is your `DI` with `FileIO` as the implme
- Compare
- string?.ValueOrEmpty()

## ObjectExtensions
- ToSafeString()

## ListExtensions
- ToDelimitedList
- ToUpper
Expand All @@ -90,3 +93,4 @@ Merges to `main` publish to nuget as a major release.
- 1.3.0 - added `IFileIO` - an interface + implementation for making common filesystem opperations easier to test
- 1.3.1 - suppressed some test warnings and updated the GH workflows
- 1.4.0 - added `CreatedDiretory` and `DeleteDirectory` to `IFileIO`
- 1.5.0 - Added package logo and `ToSafeString` for `ObjectExtensions`

0 comments on commit 27208e3

Please sign in to comment.