-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7e6f85
commit c603570
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 修復: | ||
|
||
## 文檔: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|