Skip to content

Commit

Permalink
Merge pull request #9 from yisoft-aspnet/dev
Browse files Browse the repository at this point in the history
update Yisoft.Crontab to 1.3.1
  • Loading branch information
ymind chan authored May 25, 2017
2 parents 3577547 + a37df6a commit 16eb48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ namespace Microsoft.AspNetCore.Builder
{
public static class CrontabTaskIApplicationBuilderExtensions
{
/// <summary>
/// </summary>
/// <param name="app"></param>
/// <returns></returns>
public static IApplicationBuilder UseCrontabTask(this IApplicationBuilder app)
{
if (app == null) throw new ArgumentNullException(nameof(app));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.6</TargetFramework>
<Authors>ymind.chan@yi.team</Authors>
<AssemblyTitle>Yisoft.AspNetCore.Crontab</AssemblyTitle>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<Company>Yi Team</Company>
<Copyright>Copyright © Yi.TEAM. All rights reserved.</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/yisoft-aspnet/crontab/dev/LICENSE</PackageLicenseUrl>
Expand All @@ -26,7 +26,7 @@
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.2" />
<PackageReference Include="Yisoft.Crontab" Version="1.3.0" />
<PackageReference Include="Yisoft.Crontab" Version="1.3.1" />
</ItemGroup>

</Project>

0 comments on commit 16eb48b

Please sign in to comment.