We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd6931 commit 2cf6c89Copy full SHA for 2cf6c89
CHANGELOG.md
@@ -116,3 +116,6 @@
116
## 2.0.0
117
- Feature[#513]:将基础组件和抽象迁移到nuget包中
118
- Fix[#543]:修复部分Api调用报“访问权限不足”
119
+## 2.0.1
120
+- PR[#539]:更新文档
121
+- PR[#557]:修复直播接口权限不足问题
common.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<Authors>Ray</Authors>
4
- <Version>2.0.0</Version>
+ <Version>2.0.1</Version>
5
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
6
</PropertyGroup>
7
</Project>
0 commit comments