Skip to content

Commit 0d1dc6d

Browse files
更新版本号码和 Changelogs,准备发布新版本。
1 parent e1cf518 commit 0d1dc6d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# x.x.x
1+
# 5.0.1
22

33
- [[#97](https://github.com/inversionhourglass/Rougamo/issues/97)] 支持显式实现`Flexiable`系列接口
4+
- [[#106](https://github.com/inversionhourglass/Rougamo/issues/106)] .NET 9 环境下 Rougamo 针对未使用 async 语法的方法生成的 StateMachine 类型无法在运行时被查找到的问题

src/Rougamo/Rougamo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
net6.0: StackTraceHiddenAttribute默认忽略调用堆栈的最低版本
99
-->
1010
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp2.1;netcoreapp3.0;net6.0</TargetFrameworks>
11-
<VersionPrefix>5.0.0</VersionPrefix>
11+
<VersionPrefix>5.0.1</VersionPrefix>
1212
<DefineConstants>TRACE;ROUGAMO</DefineConstants>
1313
<Authors>ihourglass</Authors>
1414
<Description>An AOP component that can be applied to any method, whether it is synchronous or asynchronous, instance or static, constructor or property. You can also apply it to types and assemblies, and use an AspectJ-like pattern to match the methods you want.</Description>

0 commit comments

Comments
 (0)