Skip to content

Commit 2cf6c89

Browse files
committed
update change log
1 parent 3bd6931 commit 2cf6c89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,6 @@
116116
## 2.0.0
117117
- Feature[#513]:将基础组件和抽象迁移到nuget包中
118118
- Fix[#543]:修复部分Api调用报“访问权限不足”
119+
## 2.0.1
120+
- PR[#539]:更新文档
121+
- PR[#557]:修复直播接口权限不足问题

common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Authors>Ray</Authors>
4-
<Version>2.0.0</Version>
4+
<Version>2.0.1</Version>
55
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)