|
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="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.5.2.0" Language="en-US" Publisher="Laurent Kempé" /> |
5 | | - <DisplayName>Git Diff Margin</DisplayName> |
6 | | - <Description>Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description> |
7 | | - <MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo> |
8 | | - <License>License.md</License> |
9 | | - <GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide> |
10 | | - <ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.5.2</ReleaseNotes> |
11 | | - <Icon>Resources/GitDiffMargin-Thumb.png</Icon> |
12 | | - <PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage> |
13 | | - <!--<Tags></Tags>--> |
14 | | - </Metadata> |
15 | | - <Installation> |
16 | | - <InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Community" /> |
17 | | - <InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" /> |
18 | | - </Installation> |
19 | | - <Prerequisites> |
20 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> |
21 | | - </Prerequisites> |
22 | | - <Assets> |
23 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
24 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
25 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.5.3.0" Language="en-US" Publisher="Laurent Kempé" /> |
| 5 | + <DisplayName>Git Diff Margin</DisplayName> |
| 6 | + <Description xml:space="preserve">Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description> |
| 7 | + <MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo> |
| 8 | + <License>License.md</License> |
| 9 | + <GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide> |
| 10 | + <ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.5.3</ReleaseNotes> |
| 11 | + <Icon>Resources/GitDiffMargin-Thumb.png</Icon> |
| 12 | + <PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage> |
| 13 | + <!--<Tags></Tags>--> |
| 14 | + </Metadata> |
| 15 | + <Installation> |
| 16 | + <InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Community" /> |
| 17 | + <InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" /> |
| 18 | + </Installation> |
| 19 | + <Prerequisites> |
| 20 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> |
| 21 | + </Prerequisites> |
| 22 | + <Assets> |
| 23 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 24 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 25 | + </Assets> |
26 | 26 | </PackageManifest> |
0 commit comments