feat: added OnSystemDeviceAddedRemoved event to IcdEnviornment for NetStandard

This commit is contained in:
Drew Tingen
2021-03-31 16:43:59 -04:00
committed by Chris Cameron
parent 985a81f961
commit f807db480e
2 changed files with 52 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added GetLocalTimeZoneName method to IcdEnvironment
- Added MatchAny method to RegexUtils
- Added OnSystemDeviceAddedRemoved and associated raise methods to IcdEnvironment for NETSTANDARD
### Changed
- Added GetParentUri method to UriExtensions