Skip to content

Commit

Permalink
😊 发布 v4.3.8 版本,改进远程请求 #I5PCXK !546
Browse files Browse the repository at this point in the history
- 含 [https://gitee.com/dotnetchina/Furion/issues/I5PBR3](https://gitee.com/dotnetchina/Furion/issues/I5PBR3) 功能发布
- 更新 `SqlSugarCore` 脚手架和依赖至 `5.1.2.6` 版本
- 更新 `Microsoft.CodeAnalysis.CSharp` 至 `4.3.0` 版本
- 更新示例项目 `samples` 依赖至 `v4.3.8` 版本
- 发布 `v4.3.8` 版本文档
- [Replit](https://replit.com/) 网站 `Furion` 案例同步到 `v4.3.8` 版本
- 更新日志功能上下文文档
- 同步更新日志
  • Loading branch information
MonkSoul committed Sep 2, 2022
1 parent 3e7f59b commit 9dc1b56
Show file tree
Hide file tree
Showing 212 changed files with 758 additions and 720 deletions.
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.3.7</Version>
<Version>4.3.8</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.3.7</Version>
<Version>4.3.8</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.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 数据库访问器 MongoDB 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<Version>4.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 数据库访问器 SqlSugar 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="sqlSugarCore" Version="5.1.2.4" />
<PackageReference Include="sqlSugarCore" Version="5.1.2.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="sqlSugarCore" Version="5.1.2.4" />
<PackageReference Include="sqlSugarCore" Version="5.1.2.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="sqlSugarCore" Version="5.1.2.4" />
<PackageReference Include="sqlSugarCore" Version="5.1.2.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0-preview.7.22375.6" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<Version>4.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.17" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
Expand All @@ -19,7 +19,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
Expand All @@ -28,7 +28,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0-preview.7.22376.2" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="System.Text.Json" Version="7.0.0-preview.7.22375.6" />
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.3.7</Version>
<Version>4.3.8</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.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 对象映射 Mapster 插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<Version>4.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 程序集扫描和代码分析拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.17" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.8" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0-3.final" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0-preview.7.22375.6" />
<PackageReference Include="System.Text.Json" Version="7.0.0-preview.7.22375.6" />
</ItemGroup>
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.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion 纯净版 Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure" Version="4.3.7" />
<PackageReference Include="Furion.Pure" Version="4.3.8" />
<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.3.7</Version>
<Version>4.3.8</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -26,19 +26,19 @@
</ItemGroup>

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

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

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.3.7" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.3.8" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.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.3.7</Version>
<Version>4.3.8</Version>
<Description>Furion Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.3.7" />
<PackageReference Include="Furion" Version="4.3.8" />
<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.3.7</Version>
<Version>4.3.8</Version>
<Description>让 .NET 开发更简单,更通用,更流行。</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -26,19 +26,19 @@
</ItemGroup>

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

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

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.3.7" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.3.8" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 9dc1b56

Please sign in to comment.