Skip to content

Commit

Permalink
build(knifehub.sdk.csproj): <Version>1.1.0</Version>
Browse files Browse the repository at this point in the history
`<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0" />`
  • Loading branch information
yiyungent committed Feb 15, 2023
1 parent 572bde6 commit eb121c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KnifeHub.Sdk/KnifeHub.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>KnifeHub.Sdk</PackageId>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>KnifeHub 插件开发包</Description>
Expand All @@ -18,7 +18,7 @@

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.0.1" />
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\PluginCore\src\PluginCore.IPlugins.AspNetCore\PluginCore.IPlugins.AspNetCore.csproj" />
Expand Down

0 comments on commit eb121c5

Please sign in to comment.