mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-05 10:15:36 +08:00
Bump version to 1.0.1
This commit is contained in:
@@ -2,4 +2,9 @@
|
|||||||
|
|
||||||
## 1.0.0 | 2023.09.03
|
## 1.0.0 | 2023.09.03
|
||||||
|
|
||||||
- 首个版本提交至 Maven
|
- 首个版本提交至 Maven
|
||||||
|
|
||||||
|
## 1.0.1 | 2023.09.04
|
||||||
|
|
||||||
|
- 新增启用 `isEnableTypeAutoConversion` 后可以使用 '' 或 "" 强制设置一个键值内容为字符串类型
|
||||||
|
- 修改生成的代码中属性键值的内容使用优化后的类型呈现
|
@@ -2,4 +2,9 @@
|
|||||||
|
|
||||||
## 1.0.0 | 2023.09.03
|
## 1.0.0 | 2023.09.03
|
||||||
|
|
||||||
- The first version is submitted to Maven
|
- The first version is submitted to Maven
|
||||||
|
|
||||||
|
## 1.0.1 | 2023.09.04
|
||||||
|
|
||||||
|
- After enabling `isEnableTypeAutoConversion`, you can use '' or "" to force the content of a value to be a string type
|
||||||
|
- Modify the content of the properties key-values in the generated code to use the optimized type to render
|
@@ -4,7 +4,7 @@ project.description=An easy get project properties anywhere Gradle plugin
|
|||||||
project.url=https://github.com/HighCapable/SweetProperty
|
project.url=https://github.com/HighCapable/SweetProperty
|
||||||
project.groupName=com.highcapable.sweetproperty
|
project.groupName=com.highcapable.sweetproperty
|
||||||
project.moduleName=sweet-property
|
project.moduleName=sweet-property
|
||||||
project.version=1.0.0
|
project.version=1.0.1
|
||||||
project.licence.name=Apache License 2.0
|
project.licence.name=Apache License 2.0
|
||||||
project.licence.url=https://github.com/HighCapable/SweetProperty/blob/master/LICENSE
|
project.licence.url=https://github.com/HighCapable/SweetProperty/blob/master/LICENSE
|
||||||
project.developer.id=0
|
project.developer.id=0
|
||||||
|
@@ -9,7 +9,7 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id("com.highcapable.sweetdependency") version "1.0.0"
|
id("com.highcapable.sweetdependency") version "1.0.0"
|
||||||
id("com.highcapable.sweetproperty") version "1.0.0"
|
id("com.highcapable.sweetproperty") version "1.0.1"
|
||||||
}
|
}
|
||||||
sweetDependency {
|
sweetDependency {
|
||||||
isEnableVerboseMode = false
|
isEnableVerboseMode = false
|
||||||
|
Reference in New Issue
Block a user