|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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">
|
3 |
| - <Metadata> |
4 |
| - <Identity Id="4c38fd13-e407-4da6-a7b2-a04346af8942" Version="1.0.999" Language="en-US" Publisher="Mads Kristensen" /> |
5 |
| - <DisplayName>Extensibility Essentials 2019</DisplayName> |
6 |
| - <Description xml:space="preserve">A collection of extensions that makes it much easier to write Visual Studio extensions</Description> |
7 |
| - <MoreInfo>https://github.com/madskristensen/ExtensibilityEssentials</MoreInfo> |
8 |
| - <License>Resources\LICENSE</License> |
9 |
| - <Icon>Resources\Icon.png</Icon> |
10 |
| - <PreviewImage>Resources\Icon.png</PreviewImage> |
11 |
| - <Tags>vsix, vsx, extensibility</Tags> |
12 |
| - </Metadata> |
13 |
| - <Installation AllUsers="true"> |
14 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" /> |
15 |
| - </Installation> |
16 |
| - <Prerequisites> |
17 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> |
18 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.VSSDK" Version="[15.0,)" DisplayName="Visual Studio SDK" /> |
19 |
| - </Prerequisites> |
20 |
| - <Assets> |
21 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
22 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="4c38fd13-e407-4da6-a7b2-a04346af8942" Version="1.1.999" Language="en-US" Publisher="Mads Kristensen" /> |
| 5 | + <DisplayName>Extensibility Essentials 2019</DisplayName> |
| 6 | + <Description xml:space="preserve">A collection of extensions that makes it much easier to write Visual Studio extensions</Description> |
| 7 | + <MoreInfo>https://github.com/VsixCommunity/ExtensibilityEssentials</MoreInfo> |
| 8 | + <License>Resources\LICENSE</License> |
| 9 | + <Icon>Resources\Icon.png</Icon> |
| 10 | + <PreviewImage>Resources\Icon.png</PreviewImage> |
| 11 | + <Tags>vsix, vsx, extensibility</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation AllUsers="true"> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" /> |
| 15 | + </Installation> |
| 16 | + <Prerequisites> |
| 17 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> |
| 18 | + <Prerequisite Id="Microsoft.VisualStudio.Component.VSSDK" Version="[15.0,)" DisplayName="Visual Studio SDK" /> |
| 19 | + </Prerequisites> |
| 20 | + <Assets> |
| 21 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 22 | + </Assets> |
23 | 23 | </PackageManifest>
|
0 commit comments