feat: Support reading primitive type double in IcdXmlReader and XmlUtils

This commit is contained in:
Austin Noska
2020-11-06 10:03:01 -05:00
parent a13f1fd687
commit 03be66983d
3 changed files with 44 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added IcdTimeZoneInfo, a very light implementation of System.TimeZoneInfo for the .NET Compact Framework
- Added ThreadedWorkerQueue - a threadsafe way to enqueue items and have a worker thread process them one at a time
- Added eDaysOfWeek flags enum
- Added support for reading the primitive type double to IcdXmlReader and XmlUtils
### Changed
- Repeater changed to use configured callbacks instead of a dumb event