diff --git a/README.md b/README.md
index 95b28f5f..f274ffe5 100644
--- a/README.md
+++ b/README.md
@@ -240,6 +240,9 @@ cd netcorepal-cloud-template
`dotnet new install` 支持直接从包含模板的源码目录安装,无需构建和打包:
```bash
+# 建议先清理旧文件以避免冲突
+git clean -fdX
+
# 在项目根目录直接安装(推荐)
dotnet new install . --force
```
@@ -425,7 +428,7 @@ netcorepal-codeanalysis generate --output architecture.html
+ [代码流分析文档](https://netcorepal.github.io/netcorepal-cloud-framework/zh/code-analysis/code-flow-analysis/)
+ [代码分析工具文档](https://netcorepal.github.io/netcorepal-cloud-framework/zh/code-analysis/code-analysis-tools/)
-## 支持特性(WIP)
+## 支持特性
+ 文件存储
+ [x] 本地文件
@@ -437,10 +440,9 @@ netcorepal-codeanalysis generate --output architecture.html
+ [ ] Apollo
+ [ ] AgileConfig
+ 数据库
- + [x] InMemory
+ [x] SqlServer
+ [x] MySql
- + [x] PostgreSql
+ + [x] PostgreSQL
+ [x] Sqlite
+ [x] GaussDB
+ [x] DMDB
@@ -448,6 +450,7 @@ netcorepal-codeanalysis generate --output architecture.html
+ 消息队列
+ [x] RabbitMQ
+ [x] Kafka
+ + [x] NATS
+ [x] RedisStreams
+ [x] AzureServiceBus
+ [x] AmazonSQS
@@ -470,4 +473,6 @@ netcorepal-codeanalysis generate --output architecture.html
+ 缓存中间件
+ [x] Redis
+ 熔断限流
- + [ ] Polly
+ + [x] Polly
+
+备注:未打勾表示该模板未集成该特性,但可手动添加。
\ No newline at end of file
diff --git a/eng/versions.props b/eng/versions.props
index d2a0049b..37ccfc9e 100644
--- a/eng/versions.props
+++ b/eng/versions.props
@@ -1,5 +1,5 @@
- 3.1.4
+ 3.2.0
diff --git a/template/Directory.Packages.props b/template/Directory.Packages.props
index 63bc3e02..94fcd442 100644
--- a/template/Directory.Packages.props
+++ b/template/Directory.Packages.props
@@ -5,13 +5,13 @@
- 3.1.0
+ 3.2.1
7.1.1
4.9.0
13.1.0
1.14.0
- 1.0.1
- 1.1.0
+ 1.0.5
+ 1.1.2