diff --git a/ReleaseNotes/1.1.0.0.md b/ReleaseNotes/1.1.0.0.md new file mode 100644 index 0000000..58c7c0d --- /dev/null +++ b/ReleaseNotes/1.1.0.0.md @@ -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 修復: + +## 文檔: diff --git a/ReleaseNotes/Changelog.md b/ReleaseNotes/Changelog.md index 58c7c0d..fd00137 100644 --- a/ReleaseNotes/Changelog.md +++ b/ReleaseNotes/Changelog.md @@ -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) ## 變更: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b1cbb2..8012a7e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ variables: buildConfiguration: 'Release' - version: '1.0.1.0' + version: '1.1.0.0' stages: - stage: Build_and_Test