Skip to content

Commit

Permalink
Update extension pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed May 31, 2022
1 parent 0a3fd3c commit 7f8aa0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Emscripten.ExtensionPack/ExtensionPack.vsext
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "Emscripten.ExtensionPack",
"name": "Emscripten Extension Pack for Visual Studio",
"description": "This extension pack includes Build support and Debugger support with Emscripten",
"version": "0.6.0",
"version": "0.6.4",
"extensions": [
{
"vsixId": "Emscripten.Debugger.db0b9864-52e2-4c42-94d1-2c7279a2c57a",
Expand All @@ -14,7 +14,7 @@
},
{
"vsixId": "Emscripten.Build.Definition.4e942135-f309-41d4-8214-c2e5bd7c7ace",
"name": "Emscripten Build Support for amd64"
"name": "Emscripten Build Support for Visual Studio 2022"
}
]
}
2 changes: 1 addition & 1 deletion Emscripten.ExtensionPack/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="Emscripten.ExtensionPack.193af23d-e4d9-4665-b6d5-64dfe0d48129" Version="0.6.1" Language="en-US" Publisher="KamenokoSoft" />
<Identity Id="Emscripten.ExtensionPack.193af23d-e4d9-4665-b6d5-64dfe0d48129" Version="0.6.4" Language="en-US" Publisher="KamenokoSoft" />
<DisplayName>Emscripten Extension Pack for Visual Studio</DisplayName>
<Description xml:space="preserve">This extension pack includes Build support and Debugger support with Emscripten.</Description>
</Metadata>
Expand Down

0 comments on commit 7f8aa0f

Please sign in to comment.