Skip to content

Commit

Permalink
fix(plugins/tgbotstatplugin): // using DapperExtensions;, 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Aug 4, 2023
1 parent d69f19f commit 80cd119
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/TgBotStatPlugin/DbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DapperExtensions;
// using DapperExtensions;

namespace TgBotStatPlugin
{
Expand Down
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.2.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.3.README" style="border:0" alt="" />
<!-- End Matomo -->
4 changes: 2 additions & 2 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.2</Version>
<FileVersion>0.1.2.0</FileVersion>
<Version>0.1.3</Version>
<FileVersion>0.1.3.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
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.2",
"Version": "0.1.3",
"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.2</title>
<title>TgBotStatPlugin-v0.1.3</title>
<link
href="/plugins/TgBotStatPlugin/libs/mdui/css/mdui.min.css"
rel="stylesheet"
Expand Down

0 comments on commit 80cd119

Please sign in to comment.