mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 03:35:04 +00:00
chore: Updating changelog, incrementing minor version
This commit is contained in:
@@ -5,13 +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]
|
||||
|
||||
## [12.1.0] - 2020-07-14
|
||||
### Added
|
||||
- ReflectionExtensions : GetProperty, SetProperty, CallMethod extensions for NetStandard
|
||||
|
||||
### Added
|
||||
- Added attributes for controlling obfuscation
|
||||
- Added AggregateOrDefault extension method for applying an accumulator function over a sequence that returns a default value if the sequence is empty
|
||||
|
||||
### Changed
|
||||
- DHCP status is a boolean
|
||||
- Changed Hostname property to Hostnames
|
||||
|
||||
## [12.0.0] - 2020-06-18
|
||||
### Added
|
||||
- Added ToCollection extension method for copying an enumerable to a new collection
|
||||
|
||||
@@ -4,4 +4,4 @@ using System.Reflection;
|
||||
[assembly: AssemblyCompany("ICD Systems")]
|
||||
[assembly: AssemblyProduct("ICD.Common.Utils")]
|
||||
[assembly: AssemblyCopyright("Copyright © ICD Systems 2020")]
|
||||
[assembly: AssemblyVersion("12.0.0.0")]
|
||||
[assembly: AssemblyVersion("12.1.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user