Skip to content

Commit

Permalink
build(src/knifehub.web/): <Version>1.4.0</Version>
Browse files Browse the repository at this point in the history
`<PackageReference Include="PluginCore.AspNetCore" Version="1.3.1" />` `<PackageReference
Include="KnifeHub.Sdk" Version="1.1.0" />`
  • Loading branch information
yiyungent committed Feb 15, 2023
1 parent eb121c5 commit 57c3586
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.3.1</Version>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<Version>1.4.0</Version>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
</PropertyGroup>

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

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="PluginCore.AspNetCore" Version="1.2.0" />
<PackageReference Include="PluginCore.AspNetCore" Version="1.3.1" />
</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.0.1" />
<PackageReference Include="KnifeHub.Sdk" Version="1.1.0" />
</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.3.1</title>
<title>KnifeHub-v1.4.0</title>
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
Expand Down

0 comments on commit 57c3586

Please sign in to comment.