陈国伟 4 years ago
parent
commit
76c46ab1a6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Directory.Build.props
  2. 1 1
      FastGithub.DomainResolve/DomainResolver.cs

+ 1 - 1
Directory.Build.props

@@ -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>

+ 1 - 1
FastGithub.DomainResolve/DomainResolver.cs

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