Skip to content

Commit

Permalink
repack to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatossilva committed Mar 8, 2017
1 parent c3f1508 commit 4271f68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DateTime Extensions
[![NuGet Version](http://img.shields.io/nuget/v/DateTimeExtensions.svg?style=flat)](https://www.nuget.org/packages/DateTimeExtensions/)
[![MyGet Pre Release](https://img.shields.io/myget/datetimeextensions/vpre/DateTimeExtensions.svg)](https://www.myget.org/feed/datetimeextensions/package/nuget/DateTimeExtensions)
[![AppVeyor](https://img.shields.io/appveyor/ci/kappy/datetimeextensions.svg)](https://ci.appveyor.com/project/kappy/datetimeextensions)
[![GitHub contributors](https://img.shields.io/github/contributors/kappy/datetimeextensions.svg)](https://github.com/kappy/DateTimeExtensions)
[![GitHub contributors](https://img.shields.io/github/contributors/joaomatossilva/datetimeextensions.svg)](https://github.com/joaomatossilva/DateTimeExtensions)


This project is a merge of several common DateTime operations in the form of
Expand Down Expand Up @@ -143,6 +143,9 @@ Example: Portugal_FreedomDay


## Version History
v4.0.2
- Repack to allow github username change

v4.0.1
- Targeting netstandard 1.3 due to System.Globalization.Calendars not supported in 1.1
- Added target Framework 4.5 (to redure the impact of moving to netstandard 1.3 and to support older Nuget clients, ty jbogard by the tip)
Expand Down
8 changes: 4 additions & 4 deletions src/DateTimeExtensions/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "4.0.1",
"version": "4.0.2",
"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" ],
"authors": [ "Joao Matos Silva" ],
"title": "DateTime Extensions",
"packOptions": {
"tags": [ "Natural", "Date", "Time", "Relative", "Calendar", "Holiday", "Workingday", "DateTime" ],
"projectUrl": "https://github.com/kappy/DateTimeExtensions/wiki",
"projectUrl": "https://github.com/joaomatossilva/DateTimeExtensions/wiki",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"repository": {
"type": "git",
"url": "git://github.com/kappy/datetimeextensions"
"url": "git://github.com/joaomatossilva/datetimeextensions"
}
},
"frameworks": {
Expand Down

0 comments on commit 4271f68

Please sign in to comment.