Skip to content

Commit 99a0afc

Browse files
committed
Bump version to update source code link to new profilen name
1 parent 49712f2 commit 99a0afc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/IndentRainbow.Extension/Options/View/OptionsForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/IndentRainbow.Extension/Options/View/OptionsForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
2323
#pragma warning disable CA1031 // Do not catch general exception types
2424
try
2525
{
26-
System.Diagnostics.Process.Start("https://github.com/chingucoding/IndentRainbow");
26+
System.Diagnostics.Process.Start("https://github.com/marcelwgn/IndentRainbow");
2727
}
2828
catch (Exception) { }
2929
#pragma warning restore CA1031 // Do not catch general exception types

src/IndentRainbow.Extension/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="IndentRainbow.f05146ed-8025-4668-b7b1-8a74bd22b241" Version="1.3.3" Language="en-US" Publisher="Marcel Wagner" />
4+
<Identity Id="IndentRainbow.f05146ed-8025-4668-b7b1-8a74bd22b241" Version="1.3.4" Language="en-US" Publisher="Marcel Wagner" />
55
<DisplayName>IndentRainbow</DisplayName>
66
<Description xml:space="preserve">Extensions for showing rainbow colors to make it easier to differentiate indent levels.</Description>
77
<Icon>Resources\IndentRainbowPackage.ico</Icon>

0 commit comments

Comments
 (0)