Minecraft Changelogs
Get Minecraft changelogs
Last updated
Get Minecraft changelogs
Last updated
See ChangeLog.cs in the CmlLibWinFormSample project.
Returns: Task<Changelogs>
Get changelog informations from mojang server.
Returns: string[]
Returns Minecraft versions which have a changelog.
Returns: Task<string>
Returns the HTML code of the changelog of version
.
The HTML code contains only the changelog; there is no header or footer. You can display this HTML with the WebBrowser element if you'd like.