Skip to content

Commit

Permalink
😊 发布 v4.8.7.20 版本,改进日志输出 JSON 格式功能
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Mar 27, 2023
1 parent 7193eb0 commit be965a7
Show file tree
Hide file tree
Showing 243 changed files with 1,165 additions and 1,153 deletions.
6 changes: 3 additions & 3 deletions app/backend/FurionApi.Core/FurionApi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.7.20" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.7.20" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.7.20" />
<PackageReference Include="Furion" Version="4.8.7.21" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.7.21" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.7.21" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion Jwt 授权验证拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 数据库访问器 Dapper 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 数据库访问器 MongoDB 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 数据库访问器 SqlSugar 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 日志记录 Serilog 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>0618</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 对象映射 Mapster 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions framework/Furion.Pure.Xunit/Furion.Pure.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion 纯净版 Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure" Version="4.8.7.20" />
<PackageReference Include="Furion.Pure" Version="4.8.7.21" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions framework/Furion.Pure/Furion.Pure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.7.20" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.7.21" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions framework/Furion.Xunit/Furion.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>Furion Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.7.20" />
<PackageReference Include="Furion" Version="4.8.7.21" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions framework/Furion/Furion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.7.20</Version>
<Version>4.8.7.21</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.7.20" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.7.21" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions handbook/build/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion handbook/build/assets/js/4c79e569.02443948.js

This file was deleted.

1 change: 1 addition & 0 deletions handbook/build/assets/js/4c79e569.deed4d8c.js

Large diffs are not rendered by default.

Loading

0 comments on commit be965a7

Please sign in to comment.