feat: Add enum extension method for cycling to next enum value

This commit is contained in:
Austin Noska
2021-04-13 12:09:31 -04:00
parent 8cdddc94bc
commit 43fd348fae
4 changed files with 51 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Added enum extension method for cycling to the next enum value
- Added GetLocalTimeZoneName method to IcdEnvironment
- Added MatchAny method to RegexUtils
- Added OnSystemDeviceAddedRemoved and associated raise methods to IcdEnvironment for NETSTANDARD