Skip to content

Commit

Permalink
build(src/knifehub.web): 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
PackageReference: PluginCore.AspNetCore: 1.3.3 -> 1.3.4 , KnifeHub.Sdk: 1.1.0 -> 1.1.1
  • Loading branch information
yiyungent committed Dec 30, 2023
1 parent c91e51d commit 8ba35a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/KnifeHub.Web/KnifeHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.5.0</Version>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Version>1.5.1</Version>
<FileVersion>1.5.1.0</FileVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,15 +25,15 @@

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

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="KnifeHub.Sdk" Version="1.1.0" />
<PackageReference Include="KnifeHub.Sdk" Version="1.1.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\..\src\KnifeHub.Sdk\KnifeHub.Sdk.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/KnifeHub.Web/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>KnifeHub-v1.5.0</title>
<title>KnifeHub-v1.5.1</title>
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
Expand Down

0 comments on commit 8ba35a5

Please sign in to comment.