Minor bug fix and breaking changes
V1.5.3
Changes And Improvements
- Bugfix
- Fix bugs in the LiteLoader installer
- Fix download speed calculation in the DownloadHelper.cs
!!! Breaking changes !!!
-
You need to add two lines of code into your program's entry point (App.xaml.cs or something else):
ServiceHelper.Init(); HttpClientHelper.Init();
-
你需要在主程序入口处添加以下两行代码 (通常是 App.xaml.cs 或其他):
ServiceHelper.Init(); HttpClientHelper.Init();