Skip to content

Commit

Permalink
添加Nuget消息
Browse files Browse the repository at this point in the history
  • Loading branch information
chawolbaka committed May 22, 2023
1 parent d70b6b9 commit 0853c7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Protocol.Core/MinecraftProtocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@
<PropertyGroup>

<!--版本配置-->
<AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion>
<Version>1.0-alpha</Version>

<!--版权配置-->
<Authors>Chawol</Authors>
<Copyright>Copyright (c) 2023 Chawol</Copyright>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.1-alpha</Version>

<!--Nuget包配置-->
<Authors>Chawol</Authors>
<PackageId>Chawol.MinecraftProtocol</PackageId>
<PackageProjectUrl>https://github.com/chawolbaka/MinecraftProtocol</PackageProjectUrl>
<PackageTags>Minecraft Protocol</PackageTags>
<PackageLicenseFile>..\LICENSE</PackageLicenseFile>
<Description>A Minecraft protocol library</Description>
<Copyright>Copyright (c) 2023 Chawol</Copyright>

<!--xml注释文档生成-->
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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协议实现,还会经常因为看着自己以前写的太差直接重写导致没法保证向后兼容。
Expand Down

0 comments on commit 0853c7e

Please sign in to comment.