Skip to content

Commit

Permalink
Fix publish manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykaare committed Nov 3, 2020
1 parent 2e94f75 commit 6596bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions publish-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Atc.AutoFormatter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Atc.AutoFormatter.89e28230-59c7-422e-b94f-3b1552ec7ffa" Version="1.0" Language="en-US" Publisher="ATC.Net" />
<Identity Id="Atc.AutoFormatter.89e28230-59c7-422e-b94f-3b1552ec7ffb" Version="1.0" Language="en-US" Publisher="ATC.Net" />
<DisplayName>Atc AutoFormatter</DisplayName>
<Description xml:space="preserve">An extension for formatting code files automatically accordning to the ATC team code style.</Description>
<License>License.txt</License>
Expand Down

0 comments on commit 6596bd4

Please sign in to comment.