File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static bool Patch()
2525 DnscryptProxyConfigurationManager . DnscryptProxyConfiguration . netprobe_timeout = 60 ;
2626 return DnscryptProxyConfigurationManager . SaveConfiguration ( ) ;
2727 }
28- if ( version . Equals ( "0.6.8" ) || version . Equals ( "0.6.9" ) )
28+ if ( version . Equals ( "0.6.8" ) || version . Equals ( "0.6.9" ) || version . Equals ( "0.7.0" ) )
2929 {
3030 //changed: timeout = 5000
3131 //added: reject_ttl = 600
Original file line number Diff line number Diff line change 1414 ResourceDictionaryLocation . None ,
1515 ResourceDictionaryLocation . SourceAssembly
1616) ]
17- [ assembly: AssemblyVersion ( "0.6.9 " ) ]
18- [ assembly: AssemblyFileVersion ( "0.6.9 " ) ]
17+ [ assembly: AssemblyVersion ( "0.7.0 " ) ]
18+ [ assembly: AssemblyFileVersion ( "0.7.0 " ) ]
You can’t perform that action at this time.
0 commit comments