Skip to content

Commit 53a0549

Browse files
Remove custom domain ilspy.net in end-user visible places
1 parent bc674b2 commit 53a0549

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identity Id="ebf12ca7-a1fd-4aee-a894-4a0c5682fc2f" Version="$INSERTVERSION$" Language="en-US" Publisher="SharpDevelop Team" />
55
<DisplayName>ILSpy 2022</DisplayName>
66
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
7-
<MoreInfo>https://ilspy.net</MoreInfo>
7+
<MoreInfo>https://github.com/icsharpcode/ILSpy/</MoreInfo>
88
<License>LICENSE</License>
99
<Icon>ILSpy-Large.ico</Icon>
1010
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>

ILSpy.AddIn/source.extension.vsixmanifest.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identity Id="a9120dbe-164a-4891-842f-fb7829273838" Version="$INSERTVERSION$" Language="en-US" Publisher="ic#code" />
55
<DisplayName>ILSpy</DisplayName>
66
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
7-
<MoreInfo>https://ilspy.net</MoreInfo>
7+
<MoreInfo>https://github.com/icsharpcode/ILSpy/</MoreInfo>
88
<License>LICENSE</License>
99
<Icon>ILSpy-Large.ico</Icon>
1010
</Metadata>

doc/ILSpyAboutPage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ILSpy is the open-source .NET assembly browser and decompiler.
22

3-
Website: https://ilspy.net/
3+
Website: https://github.com/icsharpcode/ILSpy/
44
Found a bug? https://github.com/icsharpcode/ILSpy/issues/new/choose
55

66
Copyright 2011-2026 AlphaSierraPapa for the ILSpy team

0 commit comments

Comments
 (0)