diff --git a/publish-manifest.json b/publish-manifest.json index af7d1d3..4de1bb0 100644 --- a/publish-manifest.json +++ b/publish-manifest.json @@ -2,8 +2,8 @@ "$schema": "http://json.schemastore.org/vsix-publish", "categories": [ "coding" ], "identity": { - "internalName": "ApiClientCodeGenerator", - "tags": [ "OpenAPI", "Swagger", "NSwag", "AutoRest", "REST API", "Code Generator" ] + "internalName": "AutoFormatter", + "tags": [ "Formatting", "line-breaks", "whitespace" ] }, "overview": "README.md", "priceCategory": "free", diff --git a/src/Atc.AutoFormatter/source.extension.vsixmanifest b/src/Atc.AutoFormatter/source.extension.vsixmanifest index b25389e..4053b16 100644 --- a/src/Atc.AutoFormatter/source.extension.vsixmanifest +++ b/src/Atc.AutoFormatter/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Atc AutoFormatter An extension for formatting code files automatically accordning to the ATC team code style. License.txt