Skip to content

release 3.3.2

Compare
Choose a tag to compare
@AlphaBs AlphaBs released this 05 Sep 14:15
· 276 commits to master since this release

CmlLib.Core.3.3.2.zip
CmlLib.Core.dll for .NET 5.0 / .NET Framework 4.6.2 / .NET Core 3.1
or use Nuget package 'CmlLib.Core'

SampleCoreLauncher.zip
Simple console sample launcher using .NET Core. unzip file and run CmlLibCoreSample.exe

SampleWinformLauncher.zip
GUI sample launcher using .NET Framework. unzip file and run CmlLibWinFormSample.exe

Changelog

  • Fix 1.16 ~ 1.7.2 asset copy bug
  • Add JavaVersion, JavaPath property in MLaunchOption
  • Add checkAndDownload option in CMLauncher.CreateProcess
  • Async methods in VersionLoader, VersionMetadata
  • Fix LiteLoader installer
  • Fix FabricMC installer
  • Fix GameOptionsFile encoding (UTF8Encoding without BOM)
  • Add Source proeprty and remove IsDownloader property in DownloadFileChangedEventArgs
  • Allow null FileDownloader
  • Improve performance
  • Remove ParallelDownloader