Skip to content

Commit ca80a14

Browse files
committed
release-v0.0.5
1 parent 8174808 commit ca80a14

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Release V0.0.5
2+
* 增加模块描述接口用于解耦
3+
* 修复解析模块依赖时父类存在 DependsOnAttribute 时异常的问题
4+

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<LangVersion>8.0</LangVersion>
29+
<LangVersion>latest</LangVersion>
3030
</PropertyGroup>
3131

3232
<ItemGroup>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
<Version>0.0.5</Version>
55
</PropertyGroup>
66

7-
</Project>
7+
</Project>

0 commit comments

Comments
 (0)