|
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="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> |
25 | 25 | </PackageManifest> |
0 commit comments