Skip to content

Commit

Permalink
update version to 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Jul 8, 2023
1 parent 1935079 commit 8c26101
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<AssemblyVersion>1.6.19</AssemblyVersion>
<Version>1.6.19</Version>
<PackageVersion>1.6.19</PackageVersion>
<AssemblyVersion>1.6.20</AssemblyVersion>
<Version>1.6.20</Version>
<PackageVersion>1.6.20</PackageVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<FileVersion>1.6.19</FileVersion>
<FileVersion>1.6.20</FileVersion>
<Authors>kklldog</Authors>
<Company>kklldog</Company>
</PropertyGroup>
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Change log
------------------------------
[1.6.20]
* 优化MD5性能
https://github.com/dotnetcore/AgileConfig/pull/140

[1.6.19]
* 调试模式的时候优先读取项目文件夹下的wwwroot/ui文件夹里的内容
* 调试模式的时候优先读取项目文件夹下的wwwroot/ui文件夹里的内容
https://github.com/dotnetcore/AgileConfig/pull/139

[1.6.18]
* 客户端计算配置的MD5时,OrderBy更改为 StringComparer.Ordinal 实现,避免服务端和客户端区域文化不一致导致的频繁reload问题。https://github.com/dotnetcore/AgileConfig/pull/132
* 客户端计算配置的MD5时,OrderBy更改为 StringComparer.Ordinal 实现,避免服务端和客户端区域文化不一致导致的频繁reload问题。
https://github.com/dotnetcore/AgileConfig/pull/132

[1.6.16]
* 支持选择部分项目发布 https://github.com/dotnetcore/AgileConfig/issues/128
* 支持选择部分项目发布
https://github.com/dotnetcore/AgileConfig/issues/128

[1.6.15]
* switch mysql driver to mysqlconnector
Expand Down

0 comments on commit 8c26101

Please sign in to comment.