-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
7a255cd
commit ec7f97b
Showing
3 changed files
with
27 additions
and
27 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
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,27 +1,27 @@ | ||
<?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="2BD1BC10-85EB-4454-96DF-55CE40A95E93" Version="2.0.2" Language="en-US" Publisher="Greg Trevellick" /> | ||
<DisplayName>Football</DisplayName> | ||
<Description xml:space="preserve">Tables. Results. Fixtures. In the IDE.</Description> | ||
<MoreInfo>https://github.com/GregTrevellick/VsixFootball</MoreInfo> | ||
<License>LICENSE.txt</License> | ||
<ReleaseNotes>https://github.com/GregTrevellick/VsixFootball/blob/master/CHANGELOG.md</ReleaseNotes> | ||
<Icon>Resources\VsixExtensionPreview_90x90.png</Icon> | ||
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage> | ||
<Tags>Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Metadata> | ||
<Identity Id="2BD1BC10-85EB-4454-96DF-55CE40A95E93" Version="2.0.3" Language="en-US" Publisher="Greg Trevellick" /> | ||
<DisplayName>Football</DisplayName> | ||
<Description xml:space="preserve">Tables. Results. Fixtures. In the IDE.</Description> | ||
<MoreInfo>https://github.com/GregTrevellick/VsixFootball</MoreInfo> | ||
<License>LICENSE.txt</License> | ||
<ReleaseNotes>https://github.com/GregTrevellick/VsixFootball/blob/master/CHANGELOG.md</ReleaseNotes> | ||
<Icon>Resources\VsixExtensionPreview_90x90.png</Icon> | ||
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage> | ||
<Tags>Bundesliga, Championship, English, Football, Footie, Footy, League, Liga, Premier, Soccer, Sport, United, Liga, Ligue, Roma, Milan, Madrid</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
</PackageManifest> |