Skip to content

Commit 31cdaa8

Browse files
versions
1 parent e9cdc4a commit 31cdaa8

File tree

3 files changed

+38
-34
lines changed

3 files changed

+38
-34
lines changed

GitAutoFetch_Dev16/source.extension.vsixmanifest

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6" Language="en-US" Publisher="Zwei Developer" />
4+
<Identity Id="ca8e6794-e60f-460f-9abd-c10f926deb99" Version="1.1.6.2019" Language="en-US" Publisher="Zwei Developer" />
55
<DisplayName>GitAutoFetch</DisplayName>
6-
<Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching)</Description>
6+
<Description xml:space="preserve">Auto fetch in Git, menu location in solution explorer (Git AutoFetch and Configure Fetching).
7+
Versions equal to or less than 1.1.6.2019 only support Visual Studio 2019.</Description>
78
<Icon>Logo.png</Icon>
89
<Tags>git, autofetch, git-autofetch, fetch</Tags>
910
</Metadata>
Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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>
3132
</PackageManifest>

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VSGitAutoFetch VS2022
1+
# VSGitAutoFetch
22

33

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

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

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

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

0 commit comments

Comments
 (0)