From 38204314e7754fa2392c0d6338305bc0448356fb Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Mon, 7 Oct 2019 11:56:23 -0400 Subject: [PATCH] chore: Updating changelog, incrementing major version --- CHANGELOG.md | 8 ++++++++ ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de00752..a010afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [10.0.0] - 2019-10-07 ### Added - IcdEnvironment.GetUtcTime() to get UTC representaiton of current time. - Extension methods for determining if a sequence is in order - 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 ### Added diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 7e1e6c9..3eba67b 100644 --- a/ICD.Common.Utils/Properties/AssemblyInfo.cs +++ b/ICD.Common.Utils/Properties/AssemblyInfo.cs @@ -4,4 +4,4 @@ using System.Reflection; [assembly: AssemblyCompany("ICD Systems")] [assembly: AssemblyProduct("ICD.Common.Utils")] [assembly: AssemblyCopyright("Copyright © ICD Systems 2019")] -[assembly: AssemblyVersion("9.9.0.0")] +[assembly: AssemblyVersion("10.0.0.0")]