-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<PropertyGroup> | ||
<PackageVersion>2.0.0</PackageVersion> | ||
<PackageReleaseNotes>提供多节点订阅消费Setting</PackageReleaseNotes> | ||
<PackageVersion>2.0.1</PackageVersion> | ||
<PackageReleaseNotes>ValidationSettingBase同时支持FluentValidation和DataAnnotations</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,45 @@ | ||
## ChangeLog | ||
## ChangeLog | ||
|
||
### 2.0.0~2.0.1 | ||
- 支持NET8 | ||
- ValidationSettingBase<T>同时支持`FluentValidation`和`DataAnnotations` | ||
|
||
### 1.4.2~1.4.3 | ||
- 重命名Options拓展方法为UseStoreOfEFCore,UserStoreOfJsonFile | ||
- 提供Setting仓储加密功能 #10 | ||
- 重命名Options拓展方法为UseStoreOfEFCore,UserStoreOfJsonFile | ||
- 提供Setting仓储加密功能 #10 | ||
|
||
### 1.4.1 | ||
- Minimal Api支持Setting部分更新 | ||
- Minimal Api支持Setting部分更新 | ||
|
||
### 1.4.0 | ||
- 提供Minimal Api支持! | ||
- 提供Minimal Api支持! | ||
|
||
### 1.3.3 | ||
- 多国语言支持 | ||
- 多国语言支持 | ||
|
||
### 1.3.2 | ||
- 提供对OrchardCore的支持 | ||
- 修复多租户情况下,无法获取到正确的Setting的问题 | ||
- 提供对OrchardCore的支持 | ||
- 修复多租户情况下,无法获取到正确的Setting的问题 | ||
|
||
### 1.3.1 | ||
- 提供JsonFile的ISettingManager支持. | ||
- 提供JsonFile的ISettingManager支持. | ||
|
||
### 1.3.0 | ||
- 提供INotify<T> 订阅配置变更 | ||
- 提供INotify<T> 订阅配置变更 | ||
|
||
### 1.2.2 | ||
- 提供ISettingManager 自定义持久层 | ||
- 提供ISettingManager 自定义持久层 | ||
|
||
### 1.2.1 | ||
- 提供CachingProvider自定义功能,系统自带NullCacheProvider,MemoryCacheProvider | ||
- 提供CachingProvider自定义功能,系统自带NullCacheProvider,MemoryCacheProvider | ||
|
||
### 1.2.0 | ||
- 修复了在某些情况下,重命名SettingName后,无法获取到正确的Setting的问题 | ||
- 修改Domain仓储,使用SettingType替代SettingName作为主键 | ||
- 修复了在某些情况下,重命名SettingName后,无法获取到正确的Setting的问题 | ||
- 修改Domain仓储,使用SettingType替代SettingName作为主键 | ||
|
||
### 1.1.2 | ||
- 列表页面的分页功能 | ||
- 页面显示参数Options | ||
- 列表页面的分页功能 | ||
- 页面显示参数Options | ||
|
||
### 1.1.0 | ||
- 添加自动验证功能 | ||
- 添加自动验证功能 |