From fdd0fa1111dde986209a302903c9bcd75a0ad0ad Mon Sep 17 00:00:00 2001 From: Andreas Weizel Date: Sun, 3 Jun 2018 09:08:16 +0200 Subject: [PATCH] Forgot to extend version update script for ILSpy.AddIn manifest. Removed generated manifest file from repo. --- BuildTools/update-assemblyinfo.ps1 | 3 ++- ILSpy.AddIn/source.extension.vsixmanifest | 28 ----------------------- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 ILSpy.AddIn/source.extension.vsixmanifest diff --git a/BuildTools/update-assemblyinfo.ps1 b/BuildTools/update-assemblyinfo.ps1 index 0b495da74..c74d06111 100644 --- a/BuildTools/update-assemblyinfo.ps1 +++ b/BuildTools/update-assemblyinfo.ps1 @@ -67,7 +67,8 @@ $templateFiles = ( @{Input=$globalAssemblyInfoTemplateFile; Output="ILSpy/Properties/AssemblyInfo.cs"}, @{Input="ICSharpCode.Decompiler/Properties/AssemblyInfo.template.cs"; Output="ICSharpCode.Decompiler/Properties/AssemblyInfo.cs"}, @{Input="ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template"; Output="ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec"}, - @{Input="ILSpy/Properties/app.config.template"; Output = "ILSpy/app.config"} + @{Input="ILSpy/Properties/app.config.template"; Output = "ILSpy/app.config"}, + @{Input="ILSpy.AddIn/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn/source.extension.vsixmanifest"} ); [string]$mutexId = "ILSpyUpdateAssemblyInfo" + (Get-Location).ToString().GetHashCode(); Write-Host $mutexId; diff --git a/ILSpy.AddIn/source.extension.vsixmanifest b/ILSpy.AddIn/source.extension.vsixmanifest deleted file mode 100644 index 81cb1f825..000000000 --- a/ILSpy.AddIn/source.extension.vsixmanifest +++ /dev/null @@ -1,28 +0,0 @@ - - - - - ILSpy - Integrates the ILSpy decompiler into Visual Studio. - http://www.ilspy.net - license.txt - ILSpy-Large.ico - - - - - - - - - - - - - - - - - - -