Move Json class into main package

See #138
This commit is contained in:
ORelio 2017-05-06 21:08:56 +02:00
parent f177ea272f
commit 9f1ef83680
3 changed files with 4 additions and 9 deletions

View file

@ -11,7 +11,7 @@ using MinecraftClient.Protocol.SessionCache;
namespace MinecraftClient
{
/// <summary>
/// Minecraft Console Client by ORelio and Contributors (c) 2012-2016.
/// Minecraft Console Client by ORelio and Contributors (c) 2012-2017.
/// Allows to connect to any Minecraft server, send and receive text, automated scripts.
/// This source code is released under the CDDL 1.0 License.
/// </summary>