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 - - - - - - - - - - - - - - - - - - -