Skip to content

Releases: joaomatossilva/DateTimeExtensions

5.0.3

07 Jan 00:25
Compare
Choose a tag to compare
bump version

5.0.2

25 Nov 23:36
Compare
Choose a tag to compare

repack of 5.0.2 with new logo

5.0.2

25 Nov 23:17
Compare
Choose a tag to compare

Release just to update the logo

5.0.1

13 Oct 22:18
Compare
Choose a tag to compare

Regions support

4.0.2

08 Mar 16:51
Compare
Choose a tag to compare

Repack just to reflect username change

4.0.1

05 Mar 23:49
Compare
Choose a tag to compare
  • Targeting netstandard 1.3 due to System.Globalization.Calendars not supported in 1.1
  • (re)Added target Framework 4.5

4.0

22 Feb 11:53
Compare
Choose a tag to compare
4.0
  • Added support for .net Core using netstandard 1.1
  • Because the last bullet, it was dropped support of the v3.5 Framework. Mminimum framework is now 4.5.
  • breaking change: Locating custom strategies is now not supported by default to look outside own DateTimeExtensions assembly.
    One must override the location strategy on WorkingDayCultureInfo to specify the list of assemblies where to look.

Added translation of german Holidays and a new GetWorkingDays method (re-tag)

23 Dec 22:58
Compare
Choose a tag to compare
Merge pull request #59 from kappy/GetWorkingDays

Get working days

Added translation of german Holidays and a new GetWorkingDays method

23 Dec 10:04
Compare
Choose a tag to compare

3.5

08 May 09:43
Compare
Choose a tag to compare
3.5
  • Reformated solution to BSD/Allman bracer style
  • Reformated solution to use spaces instead of tabs
  • Added kingsday on nl-NL locale (thanks @rickbeerendonk)