Skip to content

Commit

Permalink
fix(plugins/soraplugin/): <AssemblyVersion>1.0.0.0</AssemblyVersion>
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Feb 13, 2023
1 parent e62ce5c commit db5aac9
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.3.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.4.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.3</Version>
<AssemblyVersion>0.1.3.0</AssemblyVersion>
<FileVersion>0.1.3.0</FileVersion>
<Version>0.1.4</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>0.1.4.0</FileVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>PluginCore 插件: QQ基础插件</Description>
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.3",
"Version": "0.1.4",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit db5aac9

Please sign in to comment.