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. 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 f02964a..792b152 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 @@ -23,10 +23,10 @@ - - - - + + + + \ No newline at end of file