Skip to content

Releases: Giannoudis/TimePeriodLibrary

Update v2.1.6

23 Feb 11:12
Compare
Choose a tag to compare

Target frameworks

  • Added support for net8, net9 and netstandard2.0
  • Removed support for netstandard1.6

Fixed Bugs

  • QuarterTimeRange.GetMonths(): fixed year base month (including tests)

Update v2.1.5 - Bug-Fix Release

08 Sep 17:50
Compare
Choose a tag to compare

Fixed Bugs

  • #15 restored target frameworks to netstandard1.6;net35;net40;net45;net46;net6;net7

Update v2.1.4 - Bug-Fix Release

30 Aug 10:54
Compare
Choose a tag to compare

Fixed Bugs

  • #13 added missing null pointer check

Update v2.1.3 - Bug-Fix Release

29 Aug 04:35
Compare
Choose a tag to compare

Fixed Bugs

  • #13 CalendarPeriodCollector collecting periods by day hours does not respect the limits period.
    New test CalendarPeriodCollectorTest.CalendarPeriodCollectorDayHoursWithLimitsTest()

Update v2.1.2

18 Aug 06:01
Compare
Choose a tag to compare

Changes

  • added target framework .net 7

Bug-Fixes

  • Fixed get relation of empty ranges #10
  • Fixed time period subtractor ignoring the combine periods parameter #12