mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
docs: updating changelog
This commit is contained in:
parent
0f27d68edf
commit
8c0416f70e
1 changed files with 3 additions and 1 deletions
|
|
@ -5,13 +5,15 @@ 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]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added a method for converting 24 hour to 12 hour format
|
- Added a method for converting 24 hour to 12 hour format
|
||||||
- Added a method for determining if a culture uses 24 hour format
|
- Added a method for determining if a culture uses 24 hour format
|
||||||
- Added math util method for mod
|
- Added math util method for mod
|
||||||
- Added TimeSpan extension methods for cycling hours and minutes without modifying the day
|
- Added TimeSpan extension methods for cycling hours and minutes without modifying the day
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- The Root Config path in Net Standard will now be the ICD.Connect folder in the current environments ProgramData directory
|
||||||
|
|
||||||
## [9.8.0] - 2019-09-03
|
## [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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue