-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.extension.vsixmanifest
25 lines (25 loc) · 1.74 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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="BacklogChatGPTAssistant.20F8C965-0DA2-4698-AF55-FF046627A73F" Version="1.2.1" Language="en-US" Publisher="Jefferson Pires" />
<DisplayName>Backlog ChatGPT Assistant</DisplayName>
<Description xml:space="preserve">Backlog chatGPT Assistant is a Visual Studio extension that streamlines the creation of backlog items in Azure DevOps using AI. It allows users to generate new work items from pre-selected items, user instructions, or content from text files (such as DOCX and PDF) directly within Visual Studio.</Description>
<Icon>logo.png</Icon>
<PreviewImage>Resources\Icon.png</PreviewImage>
<Tags>chatGPT, OpenAI, Copilot, Visual Studio, Azure, Devops, Backlog, Work Items, Scrum, Sprint</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>