Skip to content

Commit

Permalink
Release 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYen-Tang committed Oct 8, 2020
1 parent d7e6f85 commit c603570
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
15 changes: 15 additions & 0 deletions ReleaseNotes/1.1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 新功能:
- 發現新版本通知管理者 [(#15)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/15)
- 支援 OneDrive API [(#9)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/9)
- 支援 Permissions API [(#11)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/11)
- 支援 Calendar API [(#12)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/12)
- 支援 Personal contacts API [(#10)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/10)
- 因程式版本更新導致Api權限失效,通知使用者重新授權 [(#7)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/7)
- 不需要每次呼叫Api都將結果通知使用者,允許管理員手動推播通知或設定排程 [(#16)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/16)
- 管理員發送全體公告 [(#17)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/17)

## 變更:

## Bug 修復:

## 文檔:
8 changes: 0 additions & 8 deletions ReleaseNotes/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
## 新功能:
- 發現新版本通知管理者 [(#15)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/15)
- 支援 OneDrive API [(#9)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/9)
- 支援 Permissions API [(#11)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/11)
- 支援 Calendar API [(#12)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/12)
- 支援 Personal contacts API [(#10)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/10)
- 因程式版本更新導致Api權限失效,通知使用者重新授權 [(#7)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/7)
- 不需要每次呼叫Api都將結果通知使用者,允許管理員手動推播通知或設定排程 [(#16)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/16)
- 管理員發送全體公告 [(#17)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/17)

## 變更:

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
buildConfiguration: 'Release'
version: '1.0.1.0'
version: '1.1.0.0'

stages:
- stage: Build_and_Test
Expand Down

0 comments on commit c603570

Please sign in to comment.