File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
shadowsocks-csharp/Controller/Service Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ 4.3.3.0 2020-12-07
2+ - PAC: Add option for custom sha256sum URL of custom geosite source (#3026)
3+ - Update to .NET Framework 4.8
4+ - Other minor bug fixes and improvements
5+
164.3.2.0 2020-11-05
27- PAC: direct connection for private IP ranges by @studentmain (#3008)
38- Remove duplicate startup entries (#3012)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Download the latest release from [release page].
2121
2222## Requirements
2323
24- Microsoft [ .NET Framework 4.7.2 ] or higher, Microsoft [ Visual C++ 2015 Redistributable] (x86) .
24+ .NET Framework 4.8 or higher, Microsoft [ Visual C++ 2015 Redistributable] (x86) .
2525
2626## Basics
2727
@@ -127,7 +127,7 @@ Please visit [Servers] for more information.
127127
128128## Development
129129
130- 1 . [ Visual Studio 2019] & [ .NET Framework 4.7.2 Developer Pack ] are required.
130+ 1 . Visual Studio 2019 & .NET Framework 4.8 SDK are required.
1311312 . It is recommended to share your idea on the Issue Board before you start to work,
132132especially for feature development.
133133
@@ -164,9 +164,6 @@ Sysproxy () https://github.com/Noisyfox/sysproxy
164164[ GeoSite ] : https://github.com/v2fly/domain-list-community
165165[ Servers ] : https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side
166166[ δΈζθ―΄ζ ] : https://github.com/shadowsocks/shadowsocks-windows/wiki/Shadowsocks-Windows-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
167- [ Visual Studio 2017 ] : https://www.visualstudio.com/downloads/
168- [ .NET Framework 4.7.2 ] : https://dotnet.microsoft.com/download/dotnet-framework/net472
169- [ .NET Framework 4.7.2 Developer Pack ] : https://dotnet.microsoft.com/download/dotnet-framework/net472
170167[ Visual C++ 2015 Redistributable ] : https://www.microsoft.com/en-us/download/details.aspx?id=53840
171168[ GPLv3 ] : https://github.com/shadowsocks/shadowsocks-windows/blob/master/LICENSE.txt
172169[ Working with non SIP003 standard Plugin ] : https://github.com/shadowsocks/shadowsocks-windows/wiki/Working-with-non-SIP003-standard-Plugin
Original file line number Diff line number Diff line change 1111
1212# version format
1313# Build version format is taken from UI if it is not set
14- version : 4.3.2 .{build}
14+ version : 4.3.3 .{build}
1515
1616# # branches to build
1717# branches:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class UpdateChecker
3333
3434 public event EventHandler CheckUpdateCompleted ;
3535
36- public const string Version = "4.3.2 .0" ;
36+ public const string Version = "4.3.3 .0" ;
3737 private readonly Version _version ;
3838
3939 public UpdateChecker ( )
You canβt perform that action at this time.
0 commit comments