Skip to content

Commit a734955

Browse files
Push VSIX version number to 1.7.2
1 parent c3e1f41 commit a734955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ILSpy.AddIn/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="a9120dbe-164a-4891-842f-fb7829273838" Version="1.7.1.0" Language="en-US" Publisher="ic#code" />
4+
<Identity Id="a9120dbe-164a-4891-842f-fb7829273838" Version="1.7.2.0" Language="en-US" Publisher="ic#code" />
55
<DisplayName>ILSpy</DisplayName>
66
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
77
<MoreInfo>http://www.ilspy.net</MoreInfo>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ for:
3636
- path: ILSpy_binaries.zip
3737
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries
3838
- path: '**\*.vsix'
39-
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% VS AddIn
39+
name: ILSpy AddIn for Visual Studio
4040
- path: '**\*.nupkg'
4141
name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet

0 commit comments

Comments
 (0)