Skip to content

Commit

Permalink
Bumped version and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx committed May 21, 2022
1 parent 2283f81 commit 6fb8ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Mirai.Net/Mirai.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.4.1</PackageVersion>
<PackageVersion>2.4.2</PackageVersion>
<Title>Mirai.Net</Title>
<Description>基于mirai-api-http的轻量级mirai社区sdk</Description>
<Copyright>Copyright 2022 AHpx reserve all rights.</Copyright>
Expand All @@ -23,8 +23,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl" Version="3.0.4" />
<PackageReference Include="Flurl.Http" Version="3.2.2" />
<PackageReference Include="Flurl" Version="3.0.6" />
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Manganese" Version="1.2.1" />
<PackageReference Include="Websocket.Client" Version="4.4.43" />

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mirai.Net 2.4.1
# Mirai.Net 2.4.2

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

0 comments on commit 6fb8ee6

Please sign in to comment.