Skip to content

Commit

Permalink
bump release to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatossilva committed Feb 22, 2017
1 parent b1d7ecc commit e98a65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Example: Portugal_FreedomDay

## Version History
v4.0
- Added support for .net Core using netstandard 1.1
- 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.

Expand Down
2 changes: 1 addition & 1 deletion src/DateTimeExtensions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha-*",
"version": "4.0.0",
"description": "This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales. Feedback will be much appreciated.",
"authors": [ "kappy" ],
"title": "DateTime Extensions",
Expand Down

0 comments on commit e98a65a

Please sign in to comment.