We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844b136 commit cfe84d9Copy full SHA for cfe84d9
2 files changed
SimpleDnsCrypt/Helper/PatchHelper.cs
@@ -25,7 +25,7 @@ public static bool Patch()
25
DnscryptProxyConfigurationManager.DnscryptProxyConfiguration.netprobe_timeout = 60;
26
return DnscryptProxyConfigurationManager.SaveConfiguration();
27
}
28
- if (version.Equals("0.6.8") || version.Equals("0.6.9"))
+ if (version.Equals("0.6.8") || version.Equals("0.6.9") || version.Equals("0.7.0"))
29
{
30
//changed: timeout = 5000
31
//added: reject_ttl = 600
SimpleDnsCrypt/Properties/AssemblyInfo.cs
@@ -14,5 +14,5 @@
14
ResourceDictionaryLocation.None,
15
ResourceDictionaryLocation.SourceAssembly
16
)]
17
-[assembly: AssemblyVersion("0.6.9")]
18
-[assembly: AssemblyFileVersion("0.6.9")]
+[assembly: AssemblyVersion("0.7.0")]
+[assembly: AssemblyFileVersion("0.7.0")]
0 commit comments