We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8174808 commit ca80a14Copy full SHA for ca80a14
3 files changed
RELEASE_NOTES.md
@@ -0,0 +1,4 @@
1
+## Release V0.0.5
2
+* 增加模块描述接口用于解耦
3
+* 修复解析模块依赖时父类存在 DependsOnAttribute 时异常的问题
4
+
common.props
@@ -26,7 +26,7 @@
26
</PropertyGroup>
27
28
<PropertyGroup>
29
- <LangVersion>8.0</LangVersion>
+ <LangVersion>latest</LangVersion>
30
31
32
<ItemGroup>
version.props
@@ -4,4 +4,4 @@
<Version>0.0.5</Version>
5
6
7
-</Project>
+</Project>
0 commit comments