From 79f759521cd8e9d92b77bf50b97b5bd6248a1efe Mon Sep 17 00:00:00 2001 From: "linyuan.yang" Date: Mon, 29 Nov 2021 15:46:36 +0800 Subject: [PATCH] ReleaseNotes.md --- ReleaseNotes.md | 4 ++++ Scorpio/src/Version.cs | 12 ++++++------ Tools/build.ps1 | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5c471b3b..9b8d5f50 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +## v2.3.5 (*2021-11-29*) +* `[新增]`新增编译配置**preprocessImportFile** +* `[优化]`整理调用ref out 扩展函数相关代码 + ## v2.3.4 (*2021-11-28*) * `[修复]`修复调用ref out函数,已经数量为1时的扩展函数问题 diff --git a/Scorpio/src/Version.cs b/Scorpio/src/Version.cs index 0bcefede..1231f6e2 100644 --- a/Scorpio/src/Version.cs +++ b/Scorpio/src/Version.cs @@ -1,7 +1,7 @@ -//github : https://github.com/qingfeng346/Scorpio-CSharp -namespace Scorpio { - public static class Version { - public const string version = "2.3.4"; - public const string date = "2021-11-28"; - } +//github : https://github.com/qingfeng346/Scorpio-CSharp +namespace Scorpio { + public static class Version { + public const string version = "2.3.5"; + public const string date = "2021-11-29"; + } } diff --git a/Tools/build.ps1 b/Tools/build.ps1 index 49f969c7..a92b68a2 100644 --- a/Tools/build.ps1 +++ b/Tools/build.ps1 @@ -1,4 +1,4 @@ -$version = "2.3.4" +$version = "2.3.5" $name = "sco" $cur = Get-Location