Skip to content

Commit

Permalink
build(plugins/qqhelloworldplugin/): pluginCore.KonataPlugin:0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Feb 13, 2023
1 parent 3a4fb49 commit e170d7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions plugins/QQHelloWorldPlugin/QQHelloWorldPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<FileVersion>1.0.2.0</FileVersion>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,7 +25,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="PluginCore.KonataPlugin" Version="0.1.10">
<PackageReference Include="PluginCore.KonataPlugin" Version="0.1.11">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion plugins/QQHelloWorldPlugin/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.QQHelloWorldPlugin-v1.0.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.QQHelloWorldPlugin-v1.0.3.README" style="border:0" alt="" />
<!-- End Matomo -->
2 changes: 1 addition & 1 deletion plugins/QQHelloWorldPlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "QQHelloWorldPlugin 示例",
"Description": "这是一个示例插件1号。",
"Author": "yiyun",
"Version": "1.0.2",
"Version": "1.0.3",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit e170d7a

Please sign in to comment.