Skip to content

Commit

Permalink
😊 发布 v4.8.8.50 版本,改进监听日志和视图引擎 #I8BHM3
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkSoul committed Oct 27, 2023
1 parent 23c4f53 commit 3db9cd8
Show file tree
Hide file tree
Showing 46 changed files with 86 additions and 85 deletions.
3 changes: 2 additions & 1 deletion .gitee/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ body:
label: 版本号
description: 请选择项目使用的 Furion 版本?
options:
- 4.8.8.49 (最新)
- 4.8.8.50 (最新)
- 4.8.8.49
- 4.8.8.48
- 4.8.8.47
- 4.8.8.46
Expand Down
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.49" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion framework/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>4.8.8.49</Version>
<Version>4.8.8.50</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Authors>百小僧</Authors>
<Company>百签科技(广东)有限公司</Company>
Expand Down
2 changes: 1 addition & 1 deletion framework/Furion.Pure.Xunit/Furion.Pure.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure" Version="4.8.8.49" />
<PackageReference Include="Furion.Pure" Version="4.8.8.50" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion framework/Furion.Pure/Furion.Pure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.49" />
<PackageReference Include="Furion.Pure.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.50" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion framework/Furion.Xunit/Furion.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.49" />
<PackageReference Include="Furion" Version="4.8.8.50" />
<PackageReference Include="xunit.extensibility.execution" Version="2.5.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion framework/Furion/Furion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.DependencyModel.CodeAnalysis" Version="4.8.8.50" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion handbook/docs/net5-to-net6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";

### 2.9.1.3 升级 `NuGet` 包

将 `Furion` 所有包升级至 `v4.8.8.49` 版本,同时 `Microsoft` 所有包升级至 `v6.0.13` 版本,如:
将 `Furion` 所有包升级至 `v4.8.8.50` 版本,同时 `Microsoft` 所有包升级至 `v6.0.13` 版本,如:

<img src={useBaseUrl("img/sjl3.png")} />

Expand Down
2 changes: 1 addition & 1 deletion handbook/docs/net6-to-net7.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";

### 2.10.1.3 升级 `NuGet` 包

将 `Furion` 所有包升级至 `v4.8.8.49` 版本,同时 `Microsoft` 所有包升级至 `v7.0.3` 版本,如:
将 `Furion` 所有包升级至 `v4.8.8.50` 版本,同时 `Microsoft` 所有包升级至 `v7.0.3` 版本,如:

<img src={useBaseUrl("img/net75.png")} />

Expand Down
2 changes: 1 addition & 1 deletion handbook/docs/net7-to-net8.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";

### 2.11.1.3 升级 `NuGet` 包

将 `Furion` 所有包升级至 `v4.8.8.49` 版本,同时 `Microsoft` 所有包升级至 `v8.0.0-rc.2.*` 版本,如:
将 `Furion` 所有包升级至 `v4.8.8.50` 版本,同时 `Microsoft` 所有包升级至 `v8.0.0-rc.2.*` 版本,如:

<img src={useBaseUrl("img/net75.png")} />

Expand Down
30 changes: 15 additions & 15 deletions handbook/docs/template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ import Tag from "@site/src/components/Tag.js";

```bash showLineNumbers
# Mvc 模板
dotnet new --install Furion.Template.Mvc::4.8.8.49
dotnet new --install Furion.Template.Mvc::4.8.8.50
# WebApi 模板
dotnet new --install Furion.Template.Api::4.8.8.49
dotnet new --install Furion.Template.Api::4.8.8.50
# Mvc/WebApi 模板
dotnet new --install Furion.Template.App::4.8.8.49
dotnet new --install Furion.Template.App::4.8.8.50
# RazorPages 模板
dotnet new --install Furion.Template.Razor::4.8.8.49
dotnet new --install Furion.Template.Razor::4.8.8.50
# RazorPages/WebApi 模板
dotnet new --install Furion.Template.RazorWithWebApi::4.8.8.49
dotnet new --install Furion.Template.RazorWithWebApi::4.8.8.50
# Blazor 模板
dotnet new --install Furion.Template.Blazor::4.8.8.49
dotnet new --install Furion.Template.Blazor::4.8.8.50
# Blazor/WebApi 模板
dotnet new --install Furion.Template.BlazorWithWebAPI::4.8.8.49
dotnet new --install Furion.Template.BlazorWithWebAPI::4.8.8.50
```

:::note 最新版安装
Expand All @@ -98,19 +98,19 @@ dotnet new --install Furion.Template.BlazorWithWebAPI::4.8.8.49

```bash showLineNumbers
# Mvc 模板
dotnet new --install Furion.SqlSugar.Template.Mvc::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.Mvc::4.8.8.50
# WebApi 模板
dotnet new --install Furion.SqlSugar.Template.Api::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.Api::4.8.8.50
# Mvc/WebApi 模板
dotnet new --install Furion.SqlSugar.Template.App::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.App::4.8.8.50
# RazorPages 模板
dotnet new --install Furion.SqlSugar.Template.Razor::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.Razor::4.8.8.50
# RazorPages/WebApi 模板
dotnet new --install Furion.SqlSugar.Template.RazorWithWebApi::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.RazorWithWebApi::4.8.8.50
# Blazor 模板
dotnet new --install Furion.SqlSugar.Template.Blazor::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.Blazor::4.8.8.50
# Blazor/WebApi 模板
dotnet new --install Furion.SqlSugar.Template.BlazorWithWebAPI::4.8.8.49
dotnet new --install Furion.SqlSugar.Template.BlazorWithWebAPI::4.8.8.50
```

:::note 最新版安装
Expand Down Expand Up @@ -169,7 +169,7 @@ dotnet new fsapi -n MyProject -f net8
只需要重新安装最新版替换即可,如:

```bash showLineNumbers
dotnet new --install Furion.Template.Api::4.8.8.49
dotnet new --install Furion.Template.Api::4.8.8.50
```

:::note 最新版安装
Expand Down
2 changes: 1 addition & 1 deletion handbook/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
position: "left",
items: [
{
label: "📝 查看日志(v4.8.8.49",
label: "📝 查看日志(v4.8.8.50",
href: "/docs/upgrade",
},
{
Expand Down
2 changes: 1 addition & 1 deletion handbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "furion",
"version": "v4.8.8.49",
"version": "v4.8.8.50",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion handbook/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function Banner() {
to={useBaseUrl("docs/category/getstart")}
>
入门指南
<span className="furion-version">v4.8.8.49</span>
<span className="furion-version">v4.8.8.50</span>
</Link>
<Link
className="furion-try-demo"
Expand Down
4 changes: 2 additions & 2 deletions samples/Furion.Core/Furion.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/FurionApiTemplate/Furion.Template.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.Api</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Api 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

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

</Project>
2 changes: 1 addition & 1 deletion templates/FurionAppTemplate/Furion.Template.App.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.App</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Mvc/Api 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.Blazor</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Blazor 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.BlazorWithWebApi</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Blazor和WebApi 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

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

</Project>
2 changes: 1 addition & 1 deletion templates/FurionMvcTemplate/Furion.Template.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.Mvc</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Mvc 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion templates/FurionRazorTemplate/Furion.Template.Razor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.Razor</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 Razor Pages 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Furion" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.Template.RazorWithWebApi</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 框架快速搭建 RazorPages和WebApi 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.SqlSugar.Template.Api</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 和 SqlSugar 框架快速搭建 Api 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion.Pure" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
<PackageReference Include="Furion.Pure" Version="4.8.8.50" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.112" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.SqlSugar.Template.App</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 和 SqlSugar 框架快速搭建 Mvc/Api 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.49" />
<PackageReference Include="Furion.Pure" Version="4.8.8.49" />
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.50" />
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.50" />
<PackageReference Include="Furion.Pure" Version="4.8.8.50" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.112" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Furion.SqlSugar.Template.Blazor</id>
<version>4.8.8.49</version>
<version>4.8.8.50</version>
<description>基于 Furion 和 SqlSugar 框架快速搭建 Blazor 多层架构模板。</description>
<authors>百小僧</authors>
<packageTypes>
Expand Down
Loading

0 comments on commit 3db9cd8

Please sign in to comment.