Skip to content

Commit

Permalink
Simplify VSIX package manifest sample
Browse files Browse the repository at this point in the history
No need to showcase the xmlns attributes
  • Loading branch information
kzu committed Sep 30, 2024
1 parent f39f692 commit 7a96c32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ThisAssembly.Vsix/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ MSBuild project properties from the VSIX manifest. For example:

And in the `source.extension.vsixmanifest`:
```xml
<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">
<PackageManifest Version="2.0.0" ...>
<Metadata>
<!-- You can use the |ProjectName;TargetName| syntax throughout this manifest, BTW -->
<Identity Id="|%CurrentProject%;VsixId|" Version="|%CurrentProject%;VsixVersion|" Language="|%CurrentProject%;VsixLanguage|" Publisher="|%CurrentProject%;VsixPublisher|" />
Expand Down

0 comments on commit 7a96c32

Please sign in to comment.