Skip to content

Commit 6596bd4

Browse files
committed
Fix publish manifest
1 parent 2e94f75 commit 6596bd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

publish-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding" ],
44
"identity": {
5-
"internalName": "ApiClientCodeGenerator",
6-
"tags": [ "OpenAPI", "Swagger", "NSwag", "AutoRest", "REST API", "Code Generator" ]
5+
"internalName": "AutoFormatter",
6+
"tags": [ "Formatting", "line-breaks", "whitespace" ]
77
},
88
"overview": "README.md",
99
"priceCategory": "free",

src/Atc.AutoFormatter/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Atc.AutoFormatter.89e28230-59c7-422e-b94f-3b1552ec7ffa" Version="1.0" Language="en-US" Publisher="ATC.Net" />
4+
<Identity Id="Atc.AutoFormatter.89e28230-59c7-422e-b94f-3b1552ec7ffb" Version="1.0" Language="en-US" Publisher="ATC.Net" />
55
<DisplayName>Atc AutoFormatter</DisplayName>
66
<Description xml:space="preserve">An extension for formatting code files automatically accordning to the ATC team code style.</Description>
77
<License>License.txt</License>

0 commit comments

Comments
 (0)