feat: Added a dictionary extension method for getting or adding a new value via func

This commit is contained in:
Chris Cameron
2019-09-10 17:18:12 -04:00
parent 83bc344ab3
commit b4d82a855e
2 changed files with 27 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added a method for determining if a culture uses 24 hour format
- Added math util method for modulus
- Added TimeSpan extension methods for cycling hours and minutes without modifying the day
- Added a dictionary extension method for getting or adding a new value via func
### Changed
- The Root Config path in Net Standard will now be the ICD.Connect folder in the current environments ProgramData directory