Skip to content

Commit

Permalink
build(plugins/tgbotstatplugin): 0.1.2, remove: DapperExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Aug 4, 2023
1 parent 798f295 commit d69f19f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/TgBotStatPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

<!-- 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.TgBotStatPlugin-v0.1.1.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.TgBotStatPlugin-v0.1.2.README" style="border:0" alt="" />
<!-- End Matomo -->
6 changes: 3 additions & 3 deletions plugins/TgBotStatPlugin/TgBotStatPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<PropertyGroup>
<PackageId>PluginCore.TgBotStatPlugin</PackageId>
<Version>0.1.1</Version>
<FileVersion>0.1.1.0</FileVersion>
<Version>0.1.2</Version>
<FileVersion>0.1.2.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand All @@ -32,7 +32,7 @@
</ProjectReference>
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.115.5" />
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="DapperExtensions" Version="1.7.0" />
<!-- <PackageReference Include="DapperExtensions" Version="1.7.0" /> -->
</ItemGroup>

<!-- 发布插件相关文件 -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/TgBotStatPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"DisplayName": "TgBotStatPlugin",
"Description": "TgBotStatPlugin",
"Author": "yiyun",
"Version": "0.1.1",
"Version": "0.1.2",
"SupportedVersions": ["0.0.1"],
"DependPlugins": ["TelegramPlugin"]
}
2 changes: 1 addition & 1 deletion plugins/TgBotStatPlugin/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>TgBotStatPlugin-v0.1.1</title>
<title>TgBotStatPlugin-v0.1.2</title>
<link
href="/plugins/TgBotStatPlugin/libs/mdui/css/mdui.min.css"
rel="stylesheet"
Expand Down

0 comments on commit d69f19f

Please sign in to comment.