Skip to content

Releases: CmlLib/CmlLib.Core

release 2.0.0

22 May 08:29
Compare
Choose a tag to compare

Files

CmlLib.Core.2.0.0.zip
CmlLib.Core.dll for .NET Framework 4.6.2 and .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 2.0.0

Important

  • Version up to 2.0.0 to distinguish old library(MinecrafttLauncherLibrary) and new library(CmlLib.Core) more clearly.
  • Upgrade .NET Framework version to 4.6.2
  • Add Changelogs class (go to wiki)

** Small changes**

  • Use JSON Serializer to write and read logintoken.json file in MLogin
  • Fix MLogin.Invalidate method always return false
  • Add default value in MLaunchOption.Session
  • Remove empty string in MLaunch.DefaultJavaParameter
  • Update sample launcher

release 0.2.0

13 Apr 14:31
Compare
Choose a tag to compare

CmlLib.Core.0.2.0.zip : CmlLib.Core.dll for .NET Framework 4.5 and .NET Core 3.1
or use Nuget package 'CmlLib.Core'

SampleCoreLauncher.zip : Simple console sample launcher using .NET Core
SampleWinformLauncher.zip : GUI sample launcher using .NET Framework