File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
sample/CrontabSample.WebApp
src/Yisoft.AspNetCore.Crontab Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# crontab
2
2
3
3
[ ![ 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/ )
4
5
5
6
Task scheduler for dotnet core based on crontab.
6
7
Original file line number Diff line number Diff line change 9
9
</ItemGroup >
10
10
<ItemGroup >
11
11
<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 " />
15
15
</ItemGroup >
16
16
<ItemGroup >
17
17
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 1.0.0" />
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard1.6</TargetFramework >
5
5
<Authors >ymind.chan@yi.team</Authors >
6
6
<AssemblyTitle >Yisoft.AspNetCore.Crontab</AssemblyTitle >
7
- <VersionPrefix >1.0 .0</VersionPrefix >
7
+ <VersionPrefix >1.1 .0</VersionPrefix >
8
8
<Company >Yi Team</Company >
9
9
<Copyright >Copyright © Yi.TEAM. All rights reserved.</Copyright >
10
10
<PackageLicenseUrl >https://raw.githubusercontent.com/yisoft-aspnet/crontab/dev/LICENSE</PackageLicenseUrl >
23
23
</PropertyGroup >
24
24
25
25
<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" />
30
30
</ItemGroup >
31
31
32
32
</Project >
You can’t perform that action at this time.
0 commit comments