Skip to content

Commit

Permalink
feat(plugins/qqnoteplugin/): 依赖KonataPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Jan 14, 2023
1 parent 65ac9d4 commit 2f92295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion plugins/QQNotePlugin/QQNotePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Konata.Core;
using Konata.Core.Events.Model;
using Konata.Core.Interfaces.Api;
using QQBotHub.Sdk.IPlugins;
using QQNotePlugin.Utils;
using System.Text;
using Octokit;
Expand Down
11 changes: 1 addition & 10 deletions plugins/QQNotePlugin/QQNotePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@
</PackageReference>-->
<!--<PackageReference Include="SqlSugarCore" Version="5.0.7.3" />-->
<!--<PackageReference Include="SqlSugarCoreNoDrive" Version="5.0.7.3" />-->
</ItemGroup>

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="QQBotHub.Sdk" Version="0.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\..\src\QQBotHub.Sdk\QQBotHub.Sdk.csproj">
<ProjectReference Include="..\KonataPlugin\KonataPlugin.csproj">
<Private>false</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion plugins/QQNotePlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "QQ写笔记",
"Description": "利用 QQ 写笔记 (随笔/零碎知识点)",
"Author": "yiyun",
"Version": "0.1.2",
"Version": "1.0.0",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 2f92295

Please sign in to comment.