Skip to content

Commit

Permalink
😊 发布 v4.8.8.13 版本,支持定时任务自定义 IJob 创建过程
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed May 8, 2023
1 parent ad58dd3 commit ff6470f
Show file tree
Hide file tree
Showing 246 changed files with 990 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.12" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.12" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.12" />
<PackageReference Include="Furion" Version="4.8.8.13" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.13" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.13" />
</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</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.12</Version>
<Version>4.8.8.13</Version>
<Description>Furion 纯净版 Xunit 单元测试拓展插件。</Description>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.12" />
<PackageReference Include="Furion" Version="4.8.8.13" />
<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.12</Version>
<Version>4.8.8.13</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.12" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.13" />
<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.

1 change: 1 addition & 0 deletions handbook/build/assets/js/22f09a41.90537a11.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion handbook/build/assets/js/22f09a41.aab43c0a.js

This file was deleted.

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

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

Large diffs are not rendered by default.

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

This file was deleted.

Loading

0 comments on commit ff6470f

Please sign in to comment.