From eeb0719178e20df6d5f263b11ce43a7f507d4454 Mon Sep 17 00:00:00 2001 From: "ymind.chan" Date: Mon, 17 Apr 2017 17:44:03 +0800 Subject: [PATCH 1/3] bumped version to 1.1.0 --- src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj b/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj index f02964a..df52bcc 100644 --- a/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj +++ b/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj @@ -4,7 +4,7 @@ netstandard1.6 ymind.chan@yi.team Yisoft.AspNetCore.Crontab - 1.0.0 + 1.1.0 Yi Team Copyright © Yi.TEAM. All rights reserved. https://raw.githubusercontent.com/yisoft-aspnet/crontab/dev/LICENSE From 8faec82f3092c64c62c30daf02628fad2e4e53e5 Mon Sep 17 00:00:00 2001 From: "ymind.chan" Date: Mon, 17 Apr 2017 17:45:25 +0800 Subject: [PATCH 2/3] add nuget badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3a09a6..5a551b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # crontab [![Build status](https://ci.appveyor.com/api/projects/status/60src7vgk6djj28d?svg=true)](https://ci.appveyor.com/project/yiteam/crontab-i5h5o) +[![NuGet](https://img.shields.io/nuget/v/Yisoft.AspNetCore.Crontab.svg?style=flat&label=nuget)](https://www.nuget.org/packages/Yisoft.AspNetCore.Crontab/) Task scheduler for dotnet core based on crontab. From 1064a5a6e8b2f38aa4b1b98bddb08a690fc1d38b Mon Sep 17 00:00:00 2001 From: "ymind.chan" Date: Wed, 10 May 2017 15:24:55 +0800 Subject: [PATCH 3/3] update versions --- sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj | 6 +++--- .../Yisoft.AspNetCore.Crontab.csproj | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj b/sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj index 605955c..b1d9d42 100644 --- a/sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj +++ b/sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj b/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj index df52bcc..792b152 100644 --- a/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj +++ b/src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj @@ -23,10 +23,10 @@ - - - - + + + + \ No newline at end of file