Skip to content

Commit

Permalink
fix(plugins/tgbotstatplugin): "DependPlugins": ["TelegramPlugin"]
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Aug 4, 2023
1 parent 2dc874e commit 798f295
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 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.0.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.1.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.0</Version>
<FileVersion>0.1.0.0</FileVersion>
<Version>0.1.1</Version>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand Down
15 changes: 8 additions & 7 deletions plugins/TgBotStatPlugin/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"PluginId": "TgBotStatPlugin",
"DisplayName": "TgBotStatPlugin",
"Description": "TgBotStatPlugin",
"Author": "yiyun",
"Version": "0.1.0",
"SupportedVersions": [ "0.0.1" ]
}
"PluginId": "TgBotStatPlugin",
"DisplayName": "TgBotStatPlugin",
"Description": "TgBotStatPlugin",
"Author": "yiyun",
"Version": "0.1.1",
"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.0</title>
<title>TgBotStatPlugin-v0.1.1</title>
<link
href="/plugins/TgBotStatPlugin/libs/mdui/css/mdui.min.css"
rel="stylesheet"
Expand Down

0 comments on commit 798f295

Please sign in to comment.