Skip to content

Commit eed6ca7

Browse files
author
ymind chan
authored
Merge pull request #11 from yisoft-aspnet/dev
update versions
2 parents 16eb48b + 9a5c383 commit eed6ca7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<configuration>
44
<packageSources>
55
<clear />
6-
<add key="nuget.cnblogs.com" value="https://nuget.cnblogs.com/v3/index.json" protocolVersion="3" />
76
<add key="Yisoft" value="https://www.myget.org/F/yiteam/api/v3/index.json" />
87
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
98
</packageSources>

sample/CrontabSample.WebApp/CrontabSample.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Folder Include="wwwroot\" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" />
11+
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.1" />
1212
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
1414
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<TargetFramework>netstandard1.6</TargetFramework>
55
<Authors>[email protected]</Authors>
66
<AssemblyTitle>Yisoft.AspNetCore.Crontab</AssemblyTitle>
7-
<VersionPrefix>1.1.2</VersionPrefix>
7+
<VersionPrefix>1.1.3</VersionPrefix>
88
<Company>Yi Team</Company>
99
<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>
1111
<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>
1313
<PackageTags>aspnetcore;dotnet;dotnet-core;crontab;cron;schedule;yisoft;yiteam</PackageTags>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/yisoft-aspnet/crontab</RepositoryUrl>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.2" />
2727
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
2828
<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" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)