Skip to content

Commit

Permalink
build(src/knifehub.web): 1.6.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Apr 6, 2024
1 parent d7797d2 commit df76670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/KnifeHub.Web/KnifeHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.6.2</Version>
<FileVersion>1.6.2.0</FileVersion>
<AssemblyVersion>1.6.2.0</AssemblyVersion>
<Version>1.6.3</Version>
<FileVersion>1.6.3.0</FileVersion>
<AssemblyVersion>1.6.3.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -36,7 +36,7 @@

<!-- 方便开发debug,与发布到nuget -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="PluginCore.AspNetCore" Version="1.4.1" />
<PackageReference Include="PluginCore.AspNetCore" Version="1.4.2" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\PluginCore\src\PluginCore.AspNetCore\PluginCore.AspNetCore.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.6.2</title>
<title>KnifeHub-v1.6.3</title>
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
Expand Down

0 comments on commit df76670

Please sign in to comment.