Skip to content

Commit

Permalink
build(konataapp): <PackageReference Include="Konata.Core" Version="1.…
Browse files Browse the repository at this point in the history
…3.3" />

KonataApp-v0.2.0
  • Loading branch information
yiyungent committed Mar 4, 2023
1 parent bde078d commit a3d3468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/KonataApp/KonataApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Konata.Core" Version="1.3.2" />
<PackageReference Include="Konata.Core" Version="1.3.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/KonataApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text.Json;
using static Konata.Core.Events.Model.CaptchaEvent;

Console.WriteLine("QQBotHub KonataApp - QQ登录软件");
Console.WriteLine("KonataPlugin KonataApp-v0.2.0 - QQ登录软件");


// Create a bot instance
Expand Down

0 comments on commit a3d3468

Please sign in to comment.