Skip to content

Commit 856f9bb

Browse files
committed
Bump version
1 parent fbce28b commit 856f9bb

3 files changed

Lines changed: 34 additions & 30 deletions

File tree

RELEASE_NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.6.1
2+
- Fixed a bug with displaying the name of the solution when starting Visual Studio;
3+
- Fixed a bug that throws the errors when using Debugging Mode in display;
4+
15
1.6.0
26
- Added the ability to create custom text plugs;
37
- Added support for C++20 modules file extension (.ixx) (Contributor: sylveon);

VisualStudioDiscordRPC.Dev16/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="VisualStudioDiscordRPC.Dev16.a715f0c1-87e1-4f52-8483-aebf95fd6eee" Version="1.6.0" Language="en-US" Publisher="Reavert" />
4+
<Identity Id="VisualStudioDiscordRPC.Dev16.a715f0c1-87e1-4f52-8483-aebf95fd6eee" Version="1.6.1" Language="en-US" Publisher="Reavert" />
55
<DisplayName>Discord RPC for Visual Studio 2019</DisplayName>
66
<Description xml:space="preserve">Discord Rich Presence client for your activity in the Visual Studio 2019.</Description>
77
<License>LICENSE.txt</License>
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +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="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>
3232
</PackageManifest>

0 commit comments

Comments
 (0)