Skip to content

Commit 09df800

Browse files
author
ymind chan
authored
Merge pull request #5 from yisoft-aspnet/dev
Merge from dev
2 parents 5b2d669 + 6e790b2 commit 09df800

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# crontab
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/60src7vgk6djj28d?svg=true)](https://ci.appveyor.com/project/yiteam/crontab-i5h5o)
4+
[![NuGet](https://img.shields.io/nuget/v/Yisoft.AspNetCore.Crontab.svg?style=flat&label=nuget)](https://www.nuget.org/packages/Yisoft.AspNetCore.Crontab/)
45

56
Task scheduler for dotnet core based on crontab.
67

sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</ItemGroup>
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" />
12-
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.1" />
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.2" />
14-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.1" />
12+
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
14+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0" />

src/Yisoft.AspNetCore.Crontab/Yisoft.AspNetCore.Crontab.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard1.6</TargetFramework>
55
<Authors>ymind.chan@yi.team</Authors>
66
<AssemblyTitle>Yisoft.AspNetCore.Crontab</AssemblyTitle>
7-
<VersionPrefix>1.0.0</VersionPrefix>
7+
<VersionPrefix>1.1.0</VersionPrefix>
88
<Company>Yi Team</Company>
99
<Copyright>Copyright © Yi.TEAM. All rights reserved.</Copyright>
1010
<PackageLicenseUrl>https://raw.githubusercontent.com/yisoft-aspnet/crontab/dev/LICENSE</PackageLicenseUrl>
@@ -23,10 +23,10 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.1" />
27-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0" />
28-
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.1" />
29-
<PackageReference Include="Yisoft.Crontab" Version="1.1.0" />
26+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
27+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
28+
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
29+
<PackageReference Include="Yisoft.Crontab" Version="1.2.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)