chore: Updating changelog, incrementing minor version

This commit is contained in:
Chris Cameron
2019-09-03 10:52:19 -04:00
parent e6b0fd5f7b
commit 71bb320057
2 changed files with 4 additions and 1 deletions

View File

@@ -5,9 +5,12 @@ 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). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [9.8.0] - 2019-09-03
### Added ### Added
- Added Public API Properties to get the program install date based on the creation date of core dll file for NetStandard and SimplSharp - Added Public API Properties to get the program install date based on the creation date of core dll file for NetStandard and SimplSharp
- Implemented processor utils for NetStandard to get the system uptime and the program uptime - Implemented processor utils for NetStandard to get the system uptime and the program uptime
- Added methods for deserializing an XML array
### Changed ### Changed
- Fixed a bug where ANSI color encoded strings with percentages were being scrambled - Fixed a bug where ANSI color encoded strings with percentages were being scrambled

View File

@@ -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.7.0.0")] [assembly: AssemblyVersion("9.8.0.0")]