From 502b46653bbfcba6d29b1942bf9cc789fd4a9ed2 Mon Sep 17 00:00:00 2001 From: Kenneth Tang Date: Tue, 10 Aug 2021 01:10:36 +0800 Subject: [PATCH] Release 1.1.6.0 --- ReleaseNotes/1.1.6.0.md | 8 ++++++++ azure-pipelines.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/1.1.6.0.md diff --git a/ReleaseNotes/1.1.6.0.md b/ReleaseNotes/1.1.6.0.md new file mode 100644 index 0000000..7b2d7fb --- /dev/null +++ b/ReleaseNotes/1.1.6.0.md @@ -0,0 +1,8 @@ +## 新功能: + +## 變更: + +## Bug 修復: +無論 API 是否呼叫成功,皆會呼叫該 API 對應的刪除 API + +## 文檔: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 65fb27f..322fa6b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ variables: buildConfiguration: 'Release' - version: '1.1.5.0' + version: '1.1.6.0' stages: - stage: Build_and_Test