File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
sample/CrontabSample.WebApp
src/Yisoft.AspNetCore.Crontab Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
<configuration >
4
4
<packageSources >
5
5
<clear />
6
- <add key =" nuget.cnblogs.com" value =" https://nuget.cnblogs.com/v3/index.json" protocolVersion =" 3" />
7
6
<add key =" Yisoft" value =" https://www.myget.org/F/yiteam/api/v3/index.json" />
8
7
<add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
9
8
</packageSources >
Original file line number Diff line number Diff line change 8
8
<Folder Include =" wwwroot\" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.0 " />
11
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.0.1 " />
12
12
<PackageReference Include =" Microsoft.AspNetCore" Version =" 1.1.2" />
13
13
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.1.3" />
14
14
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 1.1.2" />
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard1.6</TargetFramework >
5
5
<
Authors >
[email protected] </
Authors >
6
6
<AssemblyTitle >Yisoft.AspNetCore.Crontab</AssemblyTitle >
7
- <VersionPrefix >1.1.2 </VersionPrefix >
7
+ <VersionPrefix >1.1.3 </VersionPrefix >
8
8
<Company >Yi Team</Company >
9
9
<Copyright >Copyright © Yi.TEAM. All rights reserved.</Copyright >
10
- <PackageLicenseUrl >https://raw.githubusercontent. com/yisoft-aspnet/crontab/dev /LICENSE</PackageLicenseUrl >
10
+ <PackageLicenseUrl >https://github. com/yisoft-aspnet/crontab/blob/master /LICENSE</PackageLicenseUrl >
11
11
<PackageProjectUrl >https://yi.team/</PackageProjectUrl >
12
- <PackageIconUrl >https://yi.team/images/yiteam-logo-64x64.png</PackageIconUrl >
12
+ <PackageIconUrl >https://static. yi.team/images/yiteam-logo-64x64.png</PackageIconUrl >
13
13
<PackageTags >aspnetcore;dotnet;dotnet-core;crontab;cron;schedule;yisoft;yiteam</PackageTags >
14
14
<RepositoryType >git</RepositoryType >
15
15
<RepositoryUrl >https://github.com/yisoft-aspnet/crontab</RepositoryUrl >
26
26
<PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 1.1.2" />
27
27
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 1.1.1" />
28
28
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 1.1.2" />
29
- <PackageReference Include =" Yisoft.Crontab" Version =" 1.3.1 " />
29
+ <PackageReference Include =" Yisoft.Crontab" Version =" 1.3.2 " />
30
30
</ItemGroup >
31
31
32
32
</Project >
You can’t perform that action at this time.
0 commit comments