mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
chore: Updating changelog, incrementing major version
This commit is contained in:
@@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [10.0.0] - 2019-10-07
|
||||||
### Added
|
### Added
|
||||||
- IcdEnvironment.GetUtcTime() to get UTC representaiton of current time.
|
- IcdEnvironment.GetUtcTime() to get UTC representaiton of current time.
|
||||||
- Extension methods for determining if a sequence is in order
|
- Extension methods for determining if a sequence is in order
|
||||||
- Overload for calculating the modulus of longs
|
- Overload for calculating the modulus of longs
|
||||||
|
- Default implementation for AbstractGenericXmlConverter Instantiate method
|
||||||
|
- Additional binary search extensions, now working for all ILists
|
||||||
|
- Added NullObject as a means of having null keys in hash tables
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Potential fix for unhelpful exception messages coming from SafeCriticalSection.Execute
|
||||||
|
- Small performance improvement when copying arrays
|
||||||
|
|
||||||
## [9.9.0] - 2019-09-16
|
## [9.9.0] - 2019-09-16
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ using System.Reflection;
|
|||||||
[assembly: AssemblyCompany("ICD Systems")]
|
[assembly: AssemblyCompany("ICD Systems")]
|
||||||
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
||||||
[assembly: AssemblyCopyright("Copyright © ICD Systems 2019")]
|
[assembly: AssemblyCopyright("Copyright © ICD Systems 2019")]
|
||||||
[assembly: AssemblyVersion("9.9.0.0")]
|
[assembly: AssemblyVersion("10.0.0.0")]
|
||||||
|
|||||||
Reference in New Issue
Block a user