Update change log, remove snapshot and prepare for release
This commit is contained in:
Родитель
359df1e302
Коммит
0dfbbcff66
|
@ -1,6 +1,7 @@
|
|||
# Change Log
|
||||
All notable changes to the "Azure Function Plugin for Gradle" will be documented in this file.
|
||||
- [Change Log](#change-log)
|
||||
- [1.11.0](#1110)
|
||||
- [1.10.0](#1100)
|
||||
- [1.9.0](#190)
|
||||
- [1.8.0](#180)
|
||||
|
@ -13,6 +14,10 @@ All notable changes to the "Azure Function Plugin for Gradle" will be documented
|
|||
- [1.1.0](#110)
|
||||
- [1.0.0](#100)
|
||||
|
||||
## 1.11.0
|
||||
- Support Java 17 for Function App
|
||||
- Improve stability/reliability of Authentication
|
||||
|
||||
## 1.10.0
|
||||
- Support Managed Identity for authentication
|
||||
- Support azure-functions-java-library 2.*
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# SOFTWARE.
|
||||
|
||||
group = com.microsoft.azure
|
||||
version = 1.11.0-SNAPSHOT
|
||||
version = 1.11.0
|
||||
|
||||
pluginId = com.microsoft.azure.azurefunctions
|
||||
pluginShortName = azurefunctions
|
||||
|
|
|
@ -21,4 +21,4 @@
|
|||
# SOFTWARE.
|
||||
|
||||
group = com.microsoft.azure
|
||||
version = 1.5.0-SNAPSHOT
|
||||
version = 1.5.0
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Change Log
|
||||
All notable changes to the "Azure WebApp Plugin for Gradle" will be documented in this file.
|
||||
- [Change Log](#change-log)
|
||||
- [1.6.0](#160)
|
||||
- [1.5.0](#150)
|
||||
- [1.4.0](#140)
|
||||
- [1.3.0](#130)
|
||||
|
@ -8,6 +9,9 @@ All notable changes to the "Azure WebApp Plugin for Gradle" will be documented i
|
|||
- [1.1.0](#110)
|
||||
- [1.0.0](#100)
|
||||
|
||||
## 1.6.0
|
||||
- Improve stability/reliability of Authentication
|
||||
|
||||
## 1.5.0
|
||||
- Support Managed Identity for authentication
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# SOFTWARE.
|
||||
|
||||
group = com.microsoft.azure
|
||||
version = 1.6.0-SNAPSHOT
|
||||
version = 1.6.0
|
||||
|
||||
pluginId = com.microsoft.azure.azurewebapp
|
||||
pluginShortName = azurewebapp
|
||||
|
|
|
@ -33,7 +33,7 @@ subprojects {
|
|||
targetCompatibility = 1.8
|
||||
|
||||
ext {
|
||||
azureToolkitVersion = "0.24.0-SNAPSHOT"
|
||||
azureToolkitVersion = "0.24.0"
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
|
|
Загрузка…
Ссылка в новой задаче