From 718fc349f596c223bafa4b50a216bf3677fc84b6 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 9 May 2018 11:48:47 -0400 Subject: [PATCH] chore: Updating changelog and incrementing minor version --- CHANGELOG.md | 8 +++++++- ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbec9f..f744978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] - - Added Yield extension to return a single-item enumerable for an object. + +## [3.2.0] - 2018-05-09 +### Added - Added util method for removing BOM characters from UTF8 data - Added extension method to convert from bool to ushort and back - Added extension method to cast enums to ushort value +## [3.1.0] - 2018-05-04 +### Added + - Added Yield extension to return a single-item enumerable for an object. + ## [3.0.0] - 2018-04-23 ### Added - Adding extension method for getting Informational Version from an Assembly diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index c76d6ed..40c089e 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("3.1.0.0")] +[assembly: AssemblyVersion("3.2.0.0")]