Skip to content

Commit aa2bb63

Browse files
committed
version updated to 1.0.0.4
1 parent 64874bb commit aa2bb63

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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="GitWorkTreeExtension" Version="1.0.0.3" Language="en-US" Publisher="Senthil V" />
5-
<DisplayName>Git WorkTree</DisplayName>
6-
<Description xml:space="preserve">Enables Git worktree support in Visual Studio, letting you easily manage and switch between multiple branches simultaneously.</Description>
7-
<MoreInfo>https://git-scm.com/docs/git-worktree</MoreInfo>
8-
<LicenseUrl>https://opensource.org/licenses/MIT</LicenseUrl>
9-
<ReleaseNotes>Initial Release</ReleaseNotes>
10-
<Icon>Resources\icon.png</Icon>
11-
<PreviewImage>Resources\icon.png</PreviewImage>
12-
<Tags>Visual Studio 2022, Git Worktree, Version Control, Git Branches, Productivity Tool, Code Management, Development Workflow, Collaboration, Branch Switching, Code Navigation, git,version control,git for visual studio,workflow,developer tools, multi-branch development,parallel development,code isolation,branch management</Tags>
13-
</Metadata>
14-
<Installation>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16-
<ProductArchitecture>amd64</ProductArchitecture>
17-
</InstallationTarget>
18-
</Installation>
19-
<Prerequisites>
20-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
21-
</Prerequisites>
22-
<Assets>
23-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
24-
</Assets>
3+
<Metadata>
4+
<Identity Id="GitWorkTreeExtension" Version="1.0.0.4" Language="en-US" Publisher="Senthil V" />
5+
<DisplayName>Git WorkTree</DisplayName>
6+
<Description xml:space="preserve">Enables Git worktree support in Visual Studio, letting you easily manage and switch between multiple branches simultaneously.</Description>
7+
<MoreInfo>https://git-scm.com/docs/git-worktree</MoreInfo>
8+
<LicenseUrl>https://opensource.org/licenses/MIT</LicenseUrl>
9+
<ReleaseNotes>Initial Release</ReleaseNotes>
10+
<Icon>Resources\icon.png</Icon>
11+
<PreviewImage>Resources\icon.png</PreviewImage>
12+
<Tags>Visual Studio 2022, Git Worktree, Version Control, Git Branches, Productivity Tool, Code Management, Development Workflow, Collaboration, Branch Switching, Code Navigation, git,version control,git for visual studio,workflow,developer tools, multi-branch development,parallel development,code isolation,branch management</Tags>
13+
</Metadata>
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16+
<ProductArchitecture>amd64</ProductArchitecture>
17+
</InstallationTarget>
18+
</Installation>
19+
<Prerequisites>
20+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
21+
</Prerequisites>
22+
<Assets>
23+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
24+
</Assets>
2525
</PackageManifest>

0 commit comments

Comments
 (0)