Skip to content

Commit

Permalink
build: qQBotHub-v0.5.4
Browse files Browse the repository at this point in the history
<PackageReference Include="QQBotHub.Sdk" Version="0.1.1" />
  • Loading branch information
yiyungent committed Jan 5, 2023
1 parent c3eda0b commit 77e3fda
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
> **注意** : 本项目仅供学习使用, 所有第三方插件与本项目无关
> **通知:**
> 请尽快 更新到 **QQBotHub-v0.5.2** 或 更高版本, 旧版本不再做支持
> 最新版 (QQBotHub-**v0.5.4** +) 已修复 由 [KonataDev/Konata.Core](https://github.com/KonataDev/Konata.Core) 导致 **QQ无法登录的问题**, 你需要更新 `QQBotHub``ConsoleApp`


Expand Down Expand Up @@ -237,10 +237,17 @@ dotnet add package QQBotHub.Sdk
## 相关项目


- [KonataDev/Konata.Core](https://github.com/KonataDev/Konata.Core) - QQ Android 协议核心库
- [yiyungent/PluginCore](https://github.com/yiyungent/PluginCore) - 插件系统

### 社区插件

> 欢迎 Pull Request !
- [SweelLong/AntiRecall: 这是基于QQBotHub的开源插件,主要功能是防止消息撤回。](https://github.com/SweelLong/AntiRecall)
- [SweelLong/RandomImage: 这是基于QQBotHub的开源插件,主要功能是发送随机图片。](https://github.com/SweelLong/RandomImage)



## Donate

Expand Down
2 changes: 1 addition & 1 deletion deploy/heroku/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heroku Dockerfile

FROM yiyungent/qqbothub:v0.5.3
FROM yiyungent/qqbothub:v0.5.4

# 处于 /app 目录下
ADD heroku-entrypoint.sh ./heroku-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/railway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Railway Dockerfile

FROM yiyungent/qqbothub:v0.5.3
FROM yiyungent/qqbothub:v0.5.4

# 处于 /app 目录下
ADD railway-entrypoint.sh ./railway-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion deploy/render/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# render Dockerfile

FROM yiyungent/qqbothub:v0.5.3
FROM yiyungent/qqbothub:v0.5.4

# 处于 /app 目录下
ADD render-entrypoint.sh ./render-entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion src/QQBotHub.Web/QQBotHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="QQBotHub.Sdk" Version="0.1.0" />
<PackageReference Include="QQBotHub.Sdk" Version="0.1.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\..\src\QQBotHub.Sdk\QQBotHub.Sdk.csproj" />
Expand Down

0 comments on commit 77e3fda

Please sign in to comment.