Bump version to 1.53.0

This commit is contained in:
Kris De Volder
2024-02-08 19:39:12 +00:00
parent 7e0b3e6636
commit 70ba27e594
24 changed files with 28 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
"displayName": "Bosh Editor",
"description": "Provides validation and content assist for various Bosh configuration files",
"icon": "icon.png",
"version": "1.52.0",
"version": "1.53.0",
"publisher": "vmware",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Concourse CI Pipeline Editor",
"description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files",
"icon": "icon.png",
"version": "1.52.0",
"version": "1.53.0",
"publisher": "vmware",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Cloudfoundry Manifest YML Support",
"description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.",
"icon": "icon.png",
"version": "1.52.0",
"version": "1.53.0",
"publisher": "vmware",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Spring Boot Tools",
"description": "Provides validation and content assist for Spring Boot `application.properties`, `application.yml` properties files. As well as Boot-specific support for `.java` files.",
"icon": "spring-boot-logo.png",
"version": "1.52.0",
"version": "1.53.0",
"publisher": "vmware",
"repository": {
"type": "git",

View File

@@ -3,7 +3,7 @@
"displayName": "Spring CLI Support",
"description": "Spring CLI integrated into IDE",
"icon": "spring-boot-logo.png",
"version": "1.52.0",
"version": "1.53.0",
"publisher": "vmware",
"repository": {
"type": "git",
@@ -141,7 +141,10 @@
"taskDefinitions": [
{
"type": "spring-cli",
"required": ["command", "subcommand"],
"required": [
"command",
"subcommand"
],
"properties": {
"command": {
"type": "string",