From f9aeb1bf12ad7ee0223f013e01c8f80ad567e303 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:31:28 +0800 Subject: [PATCH] fix: fix the wrong sort number in RELEASE --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 6d6095b3d..6dabc5df3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,9 +16,9 @@ 6、将 Profile 相关api从Identity模块移动到Account模块; -5、加入Fody统一配置ConfigureAwait; +7、加入Fody统一配置ConfigureAwait; -6、使用Directory.Build.props统一管理导入版本; +8、使用Directory.Build.props统一管理导入版本; # [2021-03-29] 1、增加动态本地化组件支持,用于在运行时替换本地化文本,需要实现 ILocalizationStore;