Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
ViniciusAlberkovics88 committed Mar 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e9cdc4a commit 31cdaa8
Showing 3 changed files with 38 additions and 34 deletions.
5 changes: 3 additions & 2 deletions GitAutoFetch_Dev16/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?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" Language="en-US" Publisher="Zwei Developer" />
<Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6.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)</Description>
<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>
<Icon>Logo.png</Icon>
<Tags>git, autofetch, git-autofetch, fetch</Tags>
</Metadata>
57 changes: 29 additions & 28 deletions GitAutoFetch_Dev17/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<?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-c10f926deb98" Version="1.1.6" 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)</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>
<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).
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>
</PackageManifest>
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VSGitAutoFetch VS2022
# VSGitAutoFetch


Git AutoFetch in minutes, default value is 5 minutes.
@@ -8,7 +8,9 @@ Configure Fetching -> UserTime is in Minutes.

![alt text](https://zweideveloper.gallerycdn.vsassets.io/extensions/zweideveloper/gitautofetch/1.0/1561780129810/Location_Menu.png)

## (Compatibilities) Supported Extension Versions for Visual Studio Versions [TEMPORARY]
**Versions equal to or less than 1.1.4 only support Visual Studio 2019.**
## (Compatibilities) Supported Extension Versions for Visual Studio Versions
**Visual Studio 2022**
Use the extension with versions ending .2022

**Version equal to 1.1.5 is supported for Visual Studio 2022 only.**
**Visual Studio 2019 or less**
Use the extension with version 1.1.4 or versions ending .2019

0 comments on commit 31cdaa8

Please sign in to comment.