Skip to content

Commit

Permalink
build(qqhelloworldplugin.csproj): <PackageReference Include="QQBotHub…
Browse files Browse the repository at this point in the history
….Sdk" Version="0.1.0">
  • Loading branch information
yiyungent committed Apr 16, 2022
1 parent ba2113f commit b7625dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/QQHelloWorldPlugin/QQHelloWorldPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="QQBotHub.Sdk" Version="0.0.1">
<PackageReference Include="QQBotHub.Sdk" Version="0.1.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit b7625dd

Please sign in to comment.