|
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="VisualStudioDiscordRPC.Dev17.d4a3981d-7790-4946-b044-18e7c2f22af7" Version="1.6.0" Language="en-US" Publisher="Reavert" /> |
5 | | - <DisplayName>Discord RPC for Visual Studio 2022</DisplayName> |
6 | | - <Description xml:space="preserve">Discord Rich Presence client for your activity in the Visual Studio 2022.</Description> |
7 | | - <License>LICENSE.txt</License> |
8 | | - <Icon>icon.png</Icon> |
9 | | - <PreviewImage>icon.png</PreviewImage> |
10 | | - <Tags>discord;rpc;visual-studio;rich-presence;2022</Tags> |
11 | | - </Metadata> |
12 | | - <Installation> |
13 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
14 | | - <ProductArchitecture>amd64</ProductArchitecture> |
15 | | - </InstallationTarget> |
16 | | - <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro"> |
17 | | - <ProductArchitecture>amd64</ProductArchitecture> |
18 | | - </InstallationTarget> |
19 | | - <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
20 | | - <ProductArchitecture>amd64</ProductArchitecture> |
21 | | - </InstallationTarget> |
22 | | - </Installation> |
23 | | - <Dependencies> |
24 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
25 | | - </Dependencies> |
26 | | - <Assets> |
27 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
28 | | - </Assets> |
29 | | - <Prerequisites> |
30 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
31 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="VisualStudioDiscordRPC.Dev17.d4a3981d-7790-4946-b044-18e7c2f22af7" Version="1.6.1" Language="en-US" Publisher="Reavert" /> |
| 5 | + <DisplayName>Discord RPC for Visual Studio 2022</DisplayName> |
| 6 | + <Description xml:space="preserve">Discord Rich Presence client for your activity in the Visual Studio 2022.</Description> |
| 7 | + <License>LICENSE.txt</License> |
| 8 | + <Icon>icon.png</Icon> |
| 9 | + <PreviewImage>icon.png</PreviewImage> |
| 10 | + <Tags>discord;rpc;visual-studio;rich-presence;2022</Tags> |
| 11 | + </Metadata> |
| 12 | + <Installation> |
| 13 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 14 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 15 | + </InstallationTarget> |
| 16 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro"> |
| 17 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 18 | + </InstallationTarget> |
| 19 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
| 20 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 21 | + </InstallationTarget> |
| 22 | + </Installation> |
| 23 | + <Dependencies> |
| 24 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 25 | + </Dependencies> |
| 26 | + <Assets> |
| 27 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 28 | + </Assets> |
| 29 | + <Prerequisites> |
| 30 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 31 | + </Prerequisites> |
32 | 32 | </PackageManifest> |
0 commit comments