|
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="ca8e6794-e60f-460f-9abd-c10f926deb98" Version="1.1.6" Language="en-US" Publisher="Zwei Developer" /> |
5 |
| - <DisplayName>GitAutoFetch VS2022</DisplayName> |
6 |
| - <Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching)</Description> |
7 |
| - <Icon>Logo.png</Icon> |
8 |
| - <Tags>git, autofetch, git-autofetch, fetch</Tags> |
9 |
| - </Metadata> |
10 |
| - <Installation> |
11 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
12 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
13 |
| - </InstallationTarget> |
14 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
15 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
16 |
| - </InstallationTarget> |
17 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
18 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
19 |
| - </InstallationTarget> |
20 |
| - </Installation> |
21 |
| - <Dependencies> |
22 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
23 |
| - <Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" Version="[17.0,18.0)" /> |
24 |
| - </Dependencies> |
25 |
| - <Prerequisites> |
26 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
27 |
| - </Prerequisites> |
28 |
| - <Assets> |
29 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
30 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6.2022" Language="en-US" Publisher="Zwei Developer" /> |
| 5 | + <DisplayName>GitAutoFetch</DisplayName> |
| 6 | + <Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching). |
| 7 | +Version equal to 1.1.6.2022 is supported for Visual Studio 2022 only.</Description> |
| 8 | + <Icon>Logo.png</Icon> |
| 9 | + <Tags>git, autofetch, git-autofetch, fetch</Tags> |
| 10 | + </Metadata> |
| 11 | + <Installation> |
| 12 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
| 13 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 14 | + </InstallationTarget> |
| 15 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
| 16 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 17 | + </InstallationTarget> |
| 18 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
| 19 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 20 | + </InstallationTarget> |
| 21 | + </Installation> |
| 22 | + <Dependencies> |
| 23 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 24 | + <Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" Version="[17.0,18.0)" /> |
| 25 | + </Dependencies> |
| 26 | + <Prerequisites> |
| 27 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 28 | + </Prerequisites> |
| 29 | + <Assets> |
| 30 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 31 | + </Assets> |
31 | 32 | </PackageManifest>
|
0 commit comments