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