From 0853c7e0f0afd4d8a5c3f5038a65ffb510e02092 Mon Sep 17 00:00:00 2001 From: chawol Date: Mon, 22 May 2023 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Nuget=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Protocol.Core/MinecraftProtocol.csproj | 19 ++++++++++++------- README.md | 2 ++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Protocol.Core/MinecraftProtocol.csproj b/Protocol.Core/MinecraftProtocol.csproj index a1603ff..08656bf 100644 --- a/Protocol.Core/MinecraftProtocol.csproj +++ b/Protocol.Core/MinecraftProtocol.csproj @@ -19,13 +19,18 @@ - 1.0 - 1.0 - 1.0-alpha - - - Chawol - Copyright (c) 2023 Chawol + 1.0.1 + 1.0.1 + 1.0.1-alpha + + + Chawol + Chawol.MinecraftProtocol + https://github.com/chawolbaka/MinecraftProtocol + Minecraft Protocol + ..\LICENSE + A Minecraft protocol library + Copyright (c) 2023 Chawol bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml diff --git a/README.md b/README.md index 6227183..e34dcf6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Minecraft Protocol +[![NuGet version (Chawol.MinecraftProtocol)](https://img.shields.io/nuget/v/Chawol.MinecraftProtocol.svg?style=flat-square)](https://www.nuget.org/packages/Chawol.MinecraftProtocol/) ![](https://github.com/chawolbaka/MinecraftProtocol/workflows/build/badge.svg) + 当前支持的版本:1.7-1.18.2(原版) 这个项目是给我的其它软件使用的, 不会兼容全部版本, 不会有完整的MC协议实现,还会经常因为看着自己以前写的太差直接重写导致没法保证向后兼容。