mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [12.1.0] - 2020-07-14
|
||||||
### Added
|
### Added
|
||||||
- ReflectionExtensions : GetProperty, SetProperty, CallMethod extensions for NetStandard
|
- ReflectionExtensions : GetProperty, SetProperty, CallMethod extensions for NetStandard
|
||||||
|
|
||||||
### Added
|
|
||||||
- Added attributes for controlling obfuscation
|
- 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
|
- 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
|
## [12.0.0] - 2020-06-18
|
||||||
### Added
|
### Added
|
||||||
- Added ToCollection extension method for copying an enumerable to a new collection
|
- Added ToCollection extension method for copying an enumerable to a new collection
|
||||||
|
|||||||
@@ -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 2020")]
|
[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