KingMetal.Orleans.Solution.Template 2.0.56

dotnet new install KingMetal.Orleans.Solution.Template::2.0.56
This package contains a .NET Template Package you can call from the shell/command line.

KingMetal Project Template

Build Nuget Nuget

Installation via dotnet new template

# 安装/更新
dotnet new install KingMetal.Orleans.Solution.Template
# 卸载
dotnet new uninstall KingMetal.Orleans.Solution.Template

Create new project:

new solution

dotnet new kingmetal --name "Crm"

options:

--name: [string value] for project name

Initialization SQL

See

Running

Current Target Framework Version is net7.0

Set Startup projects:

Orleans Silo

KingMetalTemplateProject.Presentation.Host

Orleans Client

KingMetalTemplateProject.Presentation.Api

Configure

See

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.56 747 2/26/2024
2.0.53.4 201 2/23/2024
2.0.53.3 138 2/23/2024
2.0.53.2 115 2/23/2024
2.0.53.1 141 2/23/2024
2.0.53 151 2/23/2024
1.0.13 609 8/17/2023
1.0.12 251 8/17/2023
1.0.11 271 8/17/2023
1.0.10 300 8/16/2023
1.0.9 258 8/16/2023
1.0.8 272 8/16/2023
1.0.7 257 8/16/2023
1.0.6 262 8/16/2023
1.0.5 417 3/28/2023
1.0.4 338 2/2/2023
1.0.3 245 2/2/2023
1.0.2 293 2/2/2023
1.0.1 257 2/2/2023
1.0.0 257 2/2/2023

# ChangeLog

# Version 1.0.11  - 2023-08-17

- 升级到 `dotnet 8.0`
- 更新基础库为 `Golden.xxx`
- 更新版本号升级规则

# Version 1.0.11  - 2023-08-17

- 新增单元测试用例
- 升级到 `dotnet 7.0`
- 集群管理方式、配置中心都变更为 `Consul`
- 不再使用 `nlogsettings.config` 文件配置日志
- 新增应用层 `Application` 集中管理应用服务,也便于单元测试

# Version 1.0.5  - 2023-03-28

- Host Nlog 日志记录配置方式修改为使用 `nlogsettings.config` 文件

# Version 1.0.0  - 2023-01-31

- Initial release.