Skip to content

Commit

Permalink
fix vsixmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusAlberkovics88 committed Mar 19, 2022
1 parent 31cdaa8 commit 97255ac
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
3 changes: 2 additions & 1 deletion GitAutoFetch_Dev16/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?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="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6.2019" Language="en-US" Publisher="Zwei Developer" />
<Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.7.2019" Language="en-US" Publisher="Zwei Developer" />
<DisplayName>GitAutoFetch</DisplayName>
<Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching).
Versions equal to or less than 1.1.6.2019 only support Visual Studio 2019.</Description>
<MoreInfo>https://github.com/ViniciusAlberkovics/VSGitAutoFetch</MoreInfo>
<Icon>Logo.png</Icon>
<Tags>git, autofetch, git-autofetch, fetch</Tags>
</Metadata>
Expand Down
57 changes: 29 additions & 28 deletions GitAutoFetch_Dev17/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<?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="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6.2022" Language="en-US" Publisher="Zwei Developer" />
<DisplayName>GitAutoFetch</DisplayName>
<Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching).
<Metadata>
<Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb98" Version="1.1.6.2022" Language="en-US" Publisher="Zwei Developer" />
<DisplayName>GitAutoFetch VS2022</DisplayName>
<Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching).
Version equal to 1.1.6.2022 is supported for Visual Studio 2022 only.</Description>
<Icon>Logo.png</Icon>
<Tags>git, autofetch, git-autofetch, fetch</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" Version="[17.0,18.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<MoreInfo>https://github.com/ViniciusAlberkovics/VSGitAutoFetch</MoreInfo>
<Icon>Logo.png</Icon>
<Tags>git, autofetch, git-autofetch, fetch</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.17.0" DisplayName="Visual Studio MPF 17.0" Version="[17.0,18.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>

0 comments on commit 97255ac

Please sign in to comment.