Releases: Giannoudis/TimePeriodLibrary
Releases · Giannoudis/TimePeriodLibrary
Update v2.1.6
Target frameworks
- Added support for
net8
,net9
andnetstandard2.0
- Removed support for
netstandard1.6
Fixed Bugs
QuarterTimeRange.GetMonths()
: fixed year base month (including tests)
Update v2.1.5 - Bug-Fix Release
Fixed Bugs
- #15 restored target frameworks to netstandard1.6;net35;net40;net45;net46;net6;net7
Update v2.1.4 - Bug-Fix Release
Fixed Bugs
- #13 added missing null pointer check
Update v2.1.3 - Bug-Fix Release
Fixed Bugs
- #13
CalendarPeriodCollector
collecting periods by day hours does not respect the limits period.
New testCalendarPeriodCollectorTest.CalendarPeriodCollectorDayHoursWithLimitsTest()