release 2.0.0
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