Skip to content

Commit

Permalink
ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan.yang committed Nov 29, 2021
1 parent 857cca3 commit 79f7595
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.3.5 (*2021-11-29*)
* `[新增]`新增编译配置**preprocessImportFile**
* `[优化]`整理调用ref out 扩展函数相关代码

## v2.3.4 (*2021-11-28*)
* `[修复]`修复调用ref out函数,已经数量为1时的扩展函数问题

Expand Down
12 changes: 6 additions & 6 deletions Scorpio/src/Version.cs
Original file line number Diff line number Diff line change
@@ -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";
}
}
2 changes: 1 addition & 1 deletion Tools/build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "2.3.4"
$version = "2.3.5"
$name = "sco"
$cur = Get-Location

Expand Down

0 comments on commit 79f7595

Please sign in to comment.