KingMetal.Orleans.Solution.Template
2.0.53.3
See the version list below for details.
dotnet new install KingMetal.Orleans.Solution.Template::2.0.53.3
KingMetal Project Template
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
Running
Current Target Framework Version is
net7.0
Set Startup projects:
Orleans Silo
KingMetalTemplateProject.Presentation.Host
Orleans Client
KingMetalTemplateProject.Presentation.Api
Configure
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 | 945 | 2/26/2024 |
2.0.53.4 | 247 | 2/23/2024 |
2.0.53.3 | 182 | 2/23/2024 |
2.0.53.2 | 168 | 2/23/2024 |
2.0.53.1 | 179 | 2/23/2024 |
2.0.53 | 197 | 2/23/2024 |
1.0.13 | 657 | 8/17/2023 |
1.0.12 | 302 | 8/17/2023 |
1.0.11 | 311 | 8/17/2023 |
1.0.10 | 338 | 8/16/2023 |
1.0.9 | 304 | 8/16/2023 |
1.0.8 | 310 | 8/16/2023 |
1.0.7 | 310 | 8/16/2023 |
1.0.6 | 301 | 8/16/2023 |
1.0.5 | 443 | 3/28/2023 |
1.0.4 | 361 | 2/2/2023 |
1.0.3 | 273 | 2/2/2023 |
1.0.2 | 317 | 2/2/2023 |
1.0.1 | 284 | 2/2/2023 |
1.0.0 | 285 | 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.