mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
chore: Incrementing major version, updating changelog
This commit is contained in:
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [5.0.0] - 2018-09-14
|
||||||
|
### Added
|
||||||
|
- Stopwatch profiling methods
|
||||||
|
- Attempt to interpret old assembly naming convention when parsing types
|
||||||
|
- Added RegexUtils
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Significant performance improvements across the board
|
||||||
|
|
||||||
## [4.0.0] - 2018-07-19
|
## [4.0.0] - 2018-07-19
|
||||||
### Added
|
### Added
|
||||||
- Added extension method for getting type name without trailing generic info
|
- Added extension method for getting type name without trailing generic info
|
||||||
|
|||||||
@@ -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 2018")]
|
[assembly: AssemblyCopyright("Copyright © ICD Systems 2018")]
|
||||||
[assembly: AssemblyVersion("4.0.0.0")]
|
[assembly: AssemblyVersion("5.0.0.0")]
|
||||||
|
|||||||
Reference in New Issue
Block a user