Browse Source

项目重命名

陈国伟 4 years ago
parent
commit
58ffa9a2e9

BIN
FastGithub.Dns.DnscryptProxy/dnscrypt-proxy.exe


+ 1 - 1
FastGithub.Dns.DnscryptProxy/ControllState.cs → FastGithub.DnscryptProxy/ControllState.cs

@@ -1,4 +1,4 @@
-namespace FastGithub.Dns.DnscryptProxy
+namespace FastGithub.DnscryptProxy
 {
 {
     /// <summary>
     /// <summary>
     /// 服务控制状态
     /// 服务控制状态

+ 1 - 1
FastGithub.Dns.DnscryptProxy/DnscryptProxyHostedService.cs → FastGithub.DnscryptProxy/DnscryptProxyHostedService.cs

@@ -4,7 +4,7 @@ using System;
 using System.Threading;
 using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 
 
-namespace FastGithub.Dns.DnscryptProxy
+namespace FastGithub.DnscryptProxy
 {
 {
     /// <summary>
     /// <summary>
     /// DnscryptProxy后台服务
     /// DnscryptProxy后台服务

+ 1 - 1
FastGithub.Dns.DnscryptProxy/DnscryptProxyService.cs → FastGithub.DnscryptProxy/DnscryptProxyService.cs

@@ -4,7 +4,7 @@ using System.Linq;
 using System.Threading;
 using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 
 
-namespace FastGithub.Dns.DnscryptProxy
+namespace FastGithub.DnscryptProxy
 {
 {
     /// <summary>
     /// <summary>
     /// DnscryptProxy服务
     /// DnscryptProxy服务

+ 1 - 1
FastGithub.Dns.DnscryptProxy/DnscryptProxyServiceCollectionExtensions.cs → FastGithub.DnscryptProxy/DnscryptProxyServiceCollectionExtensions.cs

@@ -1,4 +1,4 @@
-using FastGithub.Dns.DnscryptProxy;
+using FastGithub.DnscryptProxy;
 using Microsoft.Extensions.DependencyInjection;
 using Microsoft.Extensions.DependencyInjection;
 
 
 namespace FastGithub
 namespace FastGithub

+ 0 - 0
FastGithub.Dns.DnscryptProxy/FastGithub.Dns.DnscryptProxy.csproj → FastGithub.DnscryptProxy/FastGithub.DnscryptProxy.csproj


+ 1 - 1
FastGithub.Dns.DnscryptProxy/TomlUtil.cs → FastGithub.DnscryptProxy/TomlUtil.cs

@@ -5,7 +5,7 @@ using System.Text;
 using System.Threading;
 using System.Threading;
 using System.Threading.Tasks;
 using System.Threading.Tasks;
 
 
-namespace FastGithub.Dns.DnscryptProxy
+namespace FastGithub.DnscryptProxy
 {
 {
     /// <summary>
     /// <summary>
     /// doml配置工具
     /// doml配置工具

+ 0 - 0
FastGithub.Dns.DnscryptProxy/dnscrypt-proxy → FastGithub.DnscryptProxy/dnscrypt-proxy


+ 0 - 0
FastGithub.Dns.DnscryptProxy/dnscrypt-proxy.toml → FastGithub.DnscryptProxy/dnscrypt-proxy.toml


+ 5 - 5
FastGithub.sln

@@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastGithub.Upgrade", "FastG
 EndProject
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastGithub.ReverseProxy", "FastGithub.ReverseProxy\FastGithub.ReverseProxy.csproj", "{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}"
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastGithub.ReverseProxy", "FastGithub.ReverseProxy\FastGithub.ReverseProxy.csproj", "{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}"
 EndProject
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastGithub.Dns.DnscryptProxy", "FastGithub.Dns.DnscryptProxy\FastGithub.Dns.DnscryptProxy.csproj", "{CA5B4643-DD1B-42D1-BAF0-589FB0A0D4A4}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastGithub.DnscryptProxy", "FastGithub.DnscryptProxy\FastGithub.DnscryptProxy.csproj", "{26BB826F-4117-4746-9BD0-C6D8043E2808}"
 EndProject
 EndProject
 Global
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -41,10 +41,10 @@ Global
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Release|Any CPU.Build.0 = Release|Any CPU
 		{28326D0F-B0FB-4B6B-A65A-C69ACB72CAD8}.Release|Any CPU.Build.0 = Release|Any CPU
-		{CA5B4643-DD1B-42D1-BAF0-589FB0A0D4A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{CA5B4643-DD1B-42D1-BAF0-589FB0A0D4A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{CA5B4643-DD1B-42D1-BAF0-589FB0A0D4A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{CA5B4643-DD1B-42D1-BAF0-589FB0A0D4A4}.Release|Any CPU.Build.0 = Release|Any CPU
+		{26BB826F-4117-4746-9BD0-C6D8043E2808}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{26BB826F-4117-4746-9BD0-C6D8043E2808}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{26BB826F-4117-4746-9BD0-C6D8043E2808}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{26BB826F-4117-4746-9BD0-C6D8043E2808}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 		HideSolutionNode = FALSE

+ 1 - 1
FastGithub/FastGithub.csproj

@@ -16,7 +16,7 @@
   <ItemGroup>
   <ItemGroup>
     <PackageReference Include="PInvoke.AdvApi32" Version="0.7.104" />
     <PackageReference Include="PInvoke.AdvApi32" Version="0.7.104" />
     <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="5.0.1" />
     <PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="5.0.1" />
-    <ProjectReference Include="..\FastGithub.Dns.DnscryptProxy\FastGithub.Dns.DnscryptProxy.csproj" />
+    <ProjectReference Include="..\FastGithub.DnscryptProxy\FastGithub.DnscryptProxy.csproj" />
     <ProjectReference Include="..\FastGithub.Dns\FastGithub.Dns.csproj" />
     <ProjectReference Include="..\FastGithub.Dns\FastGithub.Dns.csproj" />
     <ProjectReference Include="..\FastGithub.ReverseProxy\FastGithub.ReverseProxy.csproj" />
     <ProjectReference Include="..\FastGithub.ReverseProxy\FastGithub.ReverseProxy.csproj" />
     <ProjectReference Include="..\FastGithub.Upgrade\FastGithub.Upgrade.csproj" />
     <ProjectReference Include="..\FastGithub.Upgrade\FastGithub.Upgrade.csproj" />