mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: Updating changelog, incrementing minor version
This commit is contained in:
parent
a822bc406b
commit
5d9369b582
2 changed files with 7 additions and 3 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue