Skip to content

Commit

Permalink
Bumped to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx committed Apr 25, 2022
1 parent 2800f84 commit 69464c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Mirai.Net/Mirai.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.4.0-RC1</PackageVersion>
<PackageVersion>2.4.0</PackageVersion>
<Title>Mirai.Net</Title>
<Description>基于mirai-api-http的轻量级mirai社区sdk</Description>
<Copyright>Copyright 2022 AHpx reserve all rights.</Copyright>
<PackageProjectUrl>https://github.com/SinoAHpx/Mirai.Net</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
<RepositoryUrl>https://github.com/SinoAHpx/Mirai.Net</RepositoryUrl>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<PackageTags>Mirai, QQBot, mirai-api-http</PackageTags>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand All @@ -22,9 +23,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl" Version="3.0.2" />
<PackageReference Include="Flurl.Http" Version="3.2.0" />
<PackageReference Include="Manganese" Version="1.2.0" />
<PackageReference Include="Flurl" Version="3.0.4" />
<PackageReference Include="Flurl.Http" Version="3.2.2" />
<PackageReference Include="Manganese" Version="1.2.1" />
<PackageReference Include="Websocket.Client" Version="4.4.43" />

<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Mirai.Net 2.4.0-RC1
# Mirai.Net 2.4.0

Mirai.Net 是基于[mirai-api-http]实现的轻量级[mirai]社区 sdk。 此项目遵循
[AGPL-3.0 LICENSE](https://github.com/AHpxChina/Mirai.Net/blob/master/LICENSE)
开源。

本项目的 QQ 群: [1042821169](https://jq.qq.com/?_wv=1027&k=gdWqppEO),需要技术支持或者有什么问题(甚至水群聊天),欢迎加入群聊探讨。

~~如果申请QQ群迟迟没有得到通过,可能是你的账号被腾讯风控,可以发邮件给我: AHpx@yandex.com~~

项目文档: https://sinoahpx.github.io/Mirai.Net.Documents

如果你觉得这是个很酷的项目的话,不妨考虑给它点一个Star,如果你还觉得挺酷但还不够好的话,也欢迎提交Pull Request和Issue。
Expand Down

0 comments on commit 69464c4

Please sign in to comment.