Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c2495b6

Browse files
authored
Point ReleaseNotes URL at GitHub releases page
1 parent a37ed48 commit c2495b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio.Vsix/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageId>GitHub.VisualStudio</PackageId>
88
<MoreInfo>https://visualstudio.github.com</MoreInfo>
99
<License>LICENSE.txt</License>
10-
<ReleaseNotes>https://visualstudio.github.com/release-notes.html</ReleaseNotes>
10+
<ReleaseNotes>https://github.com/github/VisualStudio/releases</ReleaseNotes>
1111
<Icon>Resources\logo_128x128.png</Icon>
1212
<PreviewImage>Resources\preview_200x200.png</PreviewImage>
1313
<Tags>GitHub;git;open source;source control;branch;pull request;team explorer;commit;publish</Tags>
@@ -45,4 +45,4 @@
4545
<Prerequisites>
4646
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />
4747
</Prerequisites>
48-
</PackageManifest>
48+
</PackageManifest>

0 commit comments

Comments
 (0)