Skip to content

Commit

Permalink
Added 5.1 readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatossilva committed Jun 9, 2018
1 parent 7e951d8 commit 58c43d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
===================

v5.1
- Added Target netstandard 2.0
- Added SourceLink to enable debugging by 3rd parties

v5.0.3
- Fixed FR culture, thanks to @YDEFAY

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following major features are currently implemented:
+ Dates Difference in Natural Time (localized)
+ Time of day
+ General "goto" dates
+ Supports SourceLink for debugging


### Working Days Calculations
Expand Down Expand Up @@ -133,6 +134,11 @@ before or inside a period.
fromDate.GetDiff(DateTime toDate)


### SourceLink

This library supports SourceLink. Just make sure you have a compatible Visual Studio version and
the Just My Code is disabled on Debugging options


## How to Contribute

Expand Down

0 comments on commit 58c43d3

Please sign in to comment.