From 0acd0ae5d4d48117cce35b8ff776ddc2c1ea4ecd Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Mon, 11 Jul 2022 18:54:12 -0400 Subject: [PATCH] chore: Update Changelog, Increment assembly patch version --- CHANGELOG.md | 7 +++++++ ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7df1c3..bcd9dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [16.0.5] 2022-07-11 +### Changed + - Fixed console command responses in Simpl+ Runtime Environment + - Changed Crestron apps to not report as an interactive console + - Fixed NETSTANDARD vs SIMPLSHARP preprocessors in various files + - Fixed package reference conditions for NetStandard pakcages + ## [16.0.4] 2022-07-01 ### Changed - Fixed PreProcessors for NETSTANDARD vs SIMPLSHARP for 4-series builds diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index 31202a1..6ef076b 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 2022")] -[assembly: AssemblyVersion("16.0.4.0")] +[assembly: AssemblyVersion("16.0.5.0")]