From 4271f686e0d0f683eac7ff00441d370521d87c2b Mon Sep 17 00:00:00 2001 From: Joao Matos Silva Date: Wed, 8 Mar 2017 16:39:56 +0000 Subject: [PATCH] repack to 4.0.2 --- README.md | 5 ++++- src/DateTimeExtensions/project.json | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 538dc6b..451779c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/src/DateTimeExtensions/project.json b/src/DateTimeExtensions/project.json index 92d03e4..8d2e0d1 100644 --- a/src/DateTimeExtensions/project.json +++ b/src/DateTimeExtensions/project.json @@ -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": {