Skip to content

Minor bug fix and breaking changes

Compare
Choose a tag to compare
@laolarou726 laolarou726 released this 26 Mar 04:41
· 577 commits to master since this release
3bf688d

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();