-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
<?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 Publisher="GitExt Team" Version="33.33.0" Language="en-US" Id="GitExtensions..550013F4-337C-4750-8967-DDEEEC2EB497" /> | ||
<DisplayName>Git Extensions</DisplayName> | ||
<Description xml:space="preserve" >Git Extensions is a graphical user interface for Git that allows you to control Git without using the command-line</Description> | ||
<MoreInfo>https://gitextensions.github.io/</MoreInfo> | ||
<License>Resources\LICENSE.md</License> | ||
<GettingStartedGuide>https://git-extensions-documentation.readthedocs.io/en/latest/</GettingStartedGuide> | ||
<Icon>Resources\git-extensions-logo-32px.png</Icon> | ||
<PreviewImage>Resources\git-extensions-logo-256px.png</PreviewImage> | ||
<Tags>Git, Git Extensions</Tags> | ||
</Metadata> | ||
<Metadata> | ||
<Identity Publisher="Git Extensions" Version="33.33.0" Language="en-US" Id="GitExtensions..550013F4-337C-4750-8967-DDEEEC2EB497" /> | ||
<DisplayName>Git Extensions</DisplayName> | ||
<Description xml:space="preserve">Git Extensions is a graphical user interface for Git that allows you to control Git without using the command-line</Description> | ||
<MoreInfo>https://gitextensions.github.io/</MoreInfo> | ||
<License>Resources\LICENSE.md</License> | ||
<GettingStartedGuide>https://git-extensions-documentation.readthedocs.io/en/latest/</GettingStartedGuide> | ||
<Icon>Resources\git-extensions-logo-32px.png</Icon> | ||
<PreviewImage>Resources\git-extensions-logo-256px.png</PreviewImage> | ||
<Tags>Git, Git Extensions</Tags> | ||
</Metadata> | ||
|
||
<Installation> | ||
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Community" /> | ||
</Installation> | ||
<Installation> | ||
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Community" /> | ||
</Installation> | ||
|
||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.0" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,15.0)" /> | ||
</Dependencies> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.0" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,15.0)" /> | ||
</Dependencies> | ||
|
||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
|
||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |