-
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
1cd5bf2
commit 5305a69
Showing
4 changed files
with
21 additions
and
3 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
# Release - 1.0.0.0 | ||
|
||
## 新功能: | ||
- 使用 Telegram Bot 與使用者互動 [(#1)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/1)[(#2)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/2) | ||
- 互動式帳號綁定 [(#2)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/2) | ||
- 排程觸發 Microsoft Graph Api [(#4)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/4) | ||
- 使用者或管理者手動觸發 Microsoft Graph Api [(#4)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/4) | ||
- 支援 Outlook API [(#3)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/3) | ||
- 支援 Docker [(#5)](https://github.com/NTUT-SELab/MicrosoftGraphBot/issues/5) | ||
|
||
## 變更: | ||
|
||
## Bug 修復: | ||
|
||
## 文檔: | ||
- 新增 [綁定 **Office 365** 授權教學](../Docs/Bind.md) | ||
- 新增 [貢獻文件](../Docs/Contributing.md) | ||
- 更新 [Readme.md](../Readme.md) |
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: '0.0.40.0' | ||
version: '1.0.0.0' | ||
|
||
stages: | ||
- stage: Build_and_Test | ||
|