Skip to content

Commit a28efee

Browse files
committed
πŸ†™ Update docs and bump version to 4.4.0.0
1 parent 70a88b5 commit a28efee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€ŽCHANGESβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.4.0.0 2021-01-01
2+
- Security: remove infrastructure of stream ciphers (#3048)
3+
- Other minor bug fixes and improvements
4+
15
4.3.3.0 2020-12-07
26
- PAC: Add option for custom sha256sum URL of custom geosite source (#3026)
37
- Update to .NET Framework 4.8

β€Žappveyor.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# version format
1313
# Build version format is taken from UI if it is not set
14-
version: 4.3.3.{build}
14+
version: 4.4.0.{build}
1515

1616
# # branches to build
1717
# branches:

β€Žshadowsocks-csharp/Controller/Service/UpdateChecker.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class UpdateChecker
3333

3434
public event EventHandler CheckUpdateCompleted;
3535

36-
public const string Version = "4.3.3.0";
36+
public const string Version = "4.4.0.0";
3737
private readonly Version _version;
3838

3939
public UpdateChecker()

0 commit comments

Comments
Β (0)