diff --git a/ILSpy.AddIn/source.extension.vsixmanifest b/ILSpy.AddIn/source.extension.vsixmanifest index ef25f9c59..eea1fe093 100644 --- a/ILSpy.AddIn/source.extension.vsixmanifest +++ b/ILSpy.AddIn/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ILSpy Integrates the ILSpy decompiler into Visual Studio. http://www.ilspy.net diff --git a/appveyor.yml b/appveyor.yml index 9e8bc1b46..6cb536409 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,6 +36,6 @@ for: - path: ILSpy_binaries.zip name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries - path: '**\*.vsix' - name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% VS AddIn + name: ILSpy AddIn for Visual Studio - path: '**\*.nupkg' name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet