Skip to content

Commit

Permalink
😊 发布 v4.8.8.15 版本,改进序列化接口和动态 WebAPI (!815) (#I72ZZ2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed May 15, 2023
1 parent 18bac04 commit e5a9dd9
Show file tree
Hide file tree
Showing 247 changed files with 991 additions and 990 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.8.14" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.14" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.14" />
<PackageReference Include="Furion" Version="4.8.8.15" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.15" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.15" />
</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</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.8.14</Version>
<Version>4.8.8.15</Version>
<Description>Furion 纯净版 Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure" Version="4.8.8.14" />
<PackageReference Include="Furion.Pure" Version="4.8.8.15" />
<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.8.14</Version>
<Version>4.8.8.15</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.8.14" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.15" />
<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.8.14</Version>
<Version>4.8.8.15</Version>
<Description>Furion Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.14" />
<PackageReference Include="Furion" Version="4.8.8.15" />
<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.8.14</Version>
<Version>4.8.8.15</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.8.14" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.15" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 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.

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.49a70b46.js

This file was deleted.

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

Large diffs are not rendered by default.

Loading

0 comments on commit e5a9dd9

Please sign in to comment.