Skip to content

Commit

Permalink
fix(Update manifest): Fix missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
g1hanna committed Jun 13, 2022
1 parent 68f9b8c commit b187e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "plugin-oracle-net",
"displayName": "Oracle .NET",
"displayName": "Oracle .NET Config",
"description": "Publisher which connects to Oracle using .NET Framework",
"apiVersion": "2",
"versionDescription": "Version 1",
"version": "1.0.0-beta",
"iconFile": "icon.png",
"executable": "PluginOracleNet",
"executable": "PluginOracleNetConfig",
"kind": "publisher",
"os": "$GOOS",
"arch": "$GOARCH",
Expand Down Expand Up @@ -69,12 +69,12 @@
},
"ServiceName": {
"type": "string",
"title": "ServiceName",
"title": "Service Name",
"description": "The service name within the Oracle Server"
},
"ConfigSchemaFilePath": {
"type": "string",
"title": "ConfigSchemaFilePath",
"title": "Config Schema File Path",
"description": "The path to the configuration schema file on local computer"
}
},
Expand Down

0 comments on commit b187e12

Please sign in to comment.