Skip to content

Commit

Permalink
build(src/knifehub.web): 1.6.1 -> 1.6.2
Browse files Browse the repository at this point in the history
PackageReference: PluginCore.AspNetCore: 1.4.0 -> 1.4.1
  • Loading branch information
yiyungent committed Mar 14, 2024
1 parent 2ce6382 commit ba684eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/KnifeHub.Web/KnifeHub.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<!-- 于是插件 framework 与当前启动的 framework 不符, 则导致 Error 失败, 发现此时并不会框架向下兼容 -->
<!-- 因此, 需要本地调试时, 注释多目标框架, 启用下方单目标 -->
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
<OpenApiGenerateDocuments>true</OpenApiGenerateDocuments>
<OpenApiGenerateDocumentsOnBuild>true</OpenApiGenerateDocumentsOnBuild>
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
<OpenApiGenerateDocumentsOnBuild>false</OpenApiGenerateDocumentsOnBuild>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -18,9 +18,9 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.6.1</Version>
<FileVersion>1.6.1.0</FileVersion>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<Version>1.6.2</Version>
<FileVersion>1.6.2.0</FileVersion>
<AssemblyVersion>1.6.2.0</AssemblyVersion>
</PropertyGroup>

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

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

0 comments on commit ba684eb

Please sign in to comment.