This commit is contained in:
陈国伟 2021-08-18 09:05:26 +08:00
parent 98ef317b6c
commit 76c46ab1a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<Nullable>enable</Nullable>
<Description>github加速神器</Description>
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>

View File

@ -90,7 +90,7 @@ namespace FastGithub.DomainResolve
}
}
throw new FastGithubException($"解析不到{endPoint.Host}可用的ip");
throw new FastGithubException($"当前解析不到{endPoint.Host}可用的ip,请刷新重试");
}
/// <summary>