Skip to content

Commit

Permalink
build(plugins/soraplugin/): pluginCore.IPlugins.AspNetCore 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Aug 3, 2023
1 parent 265e48e commit a28f823
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/SoraPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ servers:
> 本项目基于 [Hoshikawa-Kaguya/Sora: .Net 6异步机器人框架,跨平台,OneBot协议(原CQHTTP协议),在兼容协议的同时主要为Go-Cqhttp提供支持](https://github.com/Hoshikawa-Kaguya/Sora)
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.SoraPlugin-v0.1.4.README" style="border:0" alt="" />
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=Plugins.SoraPlugin-v0.1.5.README" style="border:0" alt="" />
<!-- End Matomo -->
6 changes: 3 additions & 3 deletions plugins/SoraPlugin/SoraPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.SoraPlugin</PackageId>
<Version>0.1.4</Version>
<Version>0.1.5</Version>
<FileVersion>0.1.5.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>0.1.4.0</FileVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>PluginCore 插件: QQ基础插件</Description>
Expand All @@ -30,7 +30,7 @@
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>-->
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.0.1">
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.115.5" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/SoraPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "QQ插件",
"Description": "QQ基础插件 for go-cqhttp",
"Author": "yiyun",
"Version": "0.1.4",
"Version": "0.1.5",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit a28f823

Please sign in to comment.