Skip to content

Commit

Permalink
build(src/knifehub.sdk/knifehub.sdk.csproj): 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
PackageReference: PluginCore.IPlugins.AspNetCore 0.1.0 -> 0.1.1
  • Loading branch information
yiyungent committed Dec 30, 2023
1 parent 11eaad0 commit c91e51d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/KnifeHub.Sdk/KnifeHub.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>KnifeHub.Sdk</PackageId>
<Version>1.1.0</Version>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
<Description>KnifeHub 插件开发包</Description>
Expand All @@ -16,9 +15,15 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<PropertyGroup>
<Version>1.1.1</Version>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</PropertyGroup>

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

0 comments on commit c91e51d

Please sign in to comment.