Skip to content

Commit

Permalink
Switch new release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGithubUser committed Aug 12, 2023
1 parent 814a776 commit 07b56a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastGithub/AppHostedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AppHostedService(
public override Task StartAsync(CancellationToken cancellationToken)
{
var version = ProductionVersion.Current;
this.logger.LogInformation($"{nameof(FastGithub)}启动完成,当前版本为v{version},访问 https://github.com/dotnetcore/fastgithub 关注新版本");
this.logger.LogInformation($"{nameof(FastGithub)}启动完成,当前版本为v{version},访问 https://github.com/WangGithubUser/FastGithub 关注新版本");
return base.StartAsync(cancellationToken);
}

Expand Down

0 comments on commit 07b56a2

Please sign in to comment.