Skip to content

Commit

Permalink
😊 发布 v4.8.5 版本,改进数据库日志组件
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Jan 28, 2023
1 parent baad86c commit 24e0b87
Show file tree
Hide file tree
Showing 524 changed files with 1,612 additions and 1,584 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.4.16" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.4.16" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.4.16" />
<PackageReference Include="Furion" Version="4.8.5" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.5" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.5" />
</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</Version>
<Description>Furion 纯净版 Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

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

Expand Down
8 changes: 4 additions & 4 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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -28,19 +28,19 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</Version>
<Description>Furion Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.4.16" />
<PackageReference Include="Furion" Version="4.8.5" />
<PackageReference Include="xunit.extensibility.execution" Version="2.4.2" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 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</TargetFrameworks>
<Version>4.8.4.16</Version>
<Version>4.8.5</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -28,19 +28,19 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.4.16" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.5" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down
14 changes: 7 additions & 7 deletions handbook/build/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions handbook/build/assets/js/000e798f.a3ec8126.js

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

Loading

0 comments on commit 24e0b87

Please sign in to comment.