Fix dev build numbering, add update notes

Add newline in AssemblyInfo to fix dev build number in exe (#456)
Add remarks on how to implement newer MC versions (from #145, #599)
This commit is contained in:
ORelio 2019-04-28 15:58:10 +02:00
parent 9841156130
commit 5f83ff0958
6 changed files with 29 additions and 5 deletions

View file

@ -16,7 +16,6 @@ namespace MinecraftClient
/// <summary>
/// The main client class, used to connect to a Minecraft server.
/// </summary>
public class McTcpClient : IMinecraftComHandler
{
public static int ReconnectionAttemptsLeft = 0;