This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the version number in the vsix (:
- Loading branch information
1 parent
6339305
commit 8d9dec9
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
44 changes: 22 additions & 22 deletions
44
src/Pendletron.Vsix.LocateInTFS/VS2017/source.extension.vsixmanifest
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,25 +1,25 @@ | ||
<?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="24366582-5787-4bd9-b457-c8a6edf882aa" Version="2.0.0" Language="en-US" Publisher="AlexPendleton" /> | ||
<DisplayName>Locate in TFS (2017+)</DisplayName> | ||
<Description xml:space="preserve">Opens the Source Control Explorer for the currently selected item in the solution explorer or active document. Source is available at the More Info Url.</Description> | ||
<MoreInfo>https://github.com/alexcpendleton/Pendletron.Vsix.LocateInTFS</MoreInfo> | ||
<License>MIT-LICENSE.txt</License> | ||
<ReleaseNotes>Notes.txt</ReleaseNotes> | ||
<Icon>Resources\LocateInTFS_Screenshot.png</Icon> | ||
<PreviewImage>Resources\Screenshot_200x200.png</PreviewImage> | ||
<Tags>find, Locate,Open Source, Source Control Explorer, Team Foundation Server, TFS</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="24366582-5787-4bd9-b457-c8a6edf882aa" Version="3.0.0" Language="en-US" Publisher="AlexPendleton" /> | ||
<DisplayName>Locate in TFS (2017+)</DisplayName> | ||
<Description xml:space="preserve">Opens the Source Control Explorer for the currently selected item in the solution explorer or active document. Source is available at the More Info Url.</Description> | ||
<MoreInfo>https://github.com/alexcpendleton/Pendletron.Vsix.LocateInTFS</MoreInfo> | ||
<License>MIT-LICENSE.txt</License> | ||
<ReleaseNotes>Notes.txt</ReleaseNotes> | ||
<Icon>Resources\LocateInTFS_Screenshot.png</Icon> | ||
<PreviewImage>Resources\Screenshot_200x200.png</PreviewImage> | ||
<Tags>find, Locate,Open Source, Source Control Explorer, Team Foundation Server, TFS</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |