From c83bd04c8f18e0d39ccfb1eb63ae64ee6adbed5c Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Fri, 14 Sep 2018 14:06:09 -0400 Subject: [PATCH] chore: Incrementing major version, updating changelog --- CHANGELOG.md | 9 +++++++++ ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955766d..e235e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [5.0.0] - 2018-09-14 +### Added + - Stopwatch profiling methods + - Attempt to interpret old assembly naming convention when parsing types + - Added RegexUtils + +### Changed + - Significant performance improvements across the board + ## [4.0.0] - 2018-07-19 ### Added - Added extension method for getting type name without trailing generic info diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 1db615b..ad9aad0 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 2018")] -[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyVersion("5.0.0.0")]