feat: Adding AreOrdered enumerable extension methods

This commit is contained in:
Chris Cameron
2019-09-29 21:56:19 -04:00
committed by Chris Cameron
parent 38c24d42a7
commit 52229c1472
3 changed files with 54 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
- IcdEnvironment.GetUtcTime() to get UTC representaiton of current time.
- Extension methods for determining if a sequence is in order
## [9.9.0] - 2019-09-16
### Added