We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6767916 commit d8c9a7cCopy full SHA for d8c9a7c
CHANGES
@@ -1,3 +1,7 @@
1
+4.1.10.0 2020-4-11
2
+- Fix NLog config file issue (#2841, #2846)
3
+- Tweak log level
4
+
5
4.1.9.3 2020-03-31
6
- Set default method to chacha20-ietf-poly1305
7
- Using hash in PAC URL (#2759)
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -26,7 +26,7 @@ public class UpdateChecker
26
public string LatestVersionLocalName;
27
public event EventHandler CheckUpdateCompleted;
28
29
- public const string Version = "4.1.9.3";
+ public const string Version = "4.1.10.0";
30
31
private class CheckUpdateTimer : System.Timers.Timer
32
{
0 commit comments