MSBuild.ILMerge.Task 1.0.3-rc2

This is a prerelease version of MSBuild.ILMerge.Task.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MSBuild.ILMerge.Task --version 1.0.3-rc2
                    
NuGet\Install-Package MSBuild.ILMerge.Task -Version 1.0.3-rc2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSBuild.ILMerge.Task" Version="1.0.3-rc2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MSBuild.ILMerge.Task" Version="1.0.3-rc2" />
                    
Directory.Packages.props
<PackageReference Include="MSBuild.ILMerge.Task" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MSBuild.ILMerge.Task --version 1.0.3-rc2
                    
#r "nuget: MSBuild.ILMerge.Task, 1.0.3-rc2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MSBuild.ILMerge.Task&version=1.0.3-rc2&prerelease
                    
Install MSBuild.ILMerge.Task as a Cake Addin
#tool nuget:?package=MSBuild.ILMerge.Task&version=1.0.3-rc2&prerelease
                    
Install MSBuild.ILMerge.Task as a Cake Tool

New users: please use 1.0.5-rc1 for now.
MS Dynamics CRM users: merging in Microsoft.Xrm.Sdk may crash your plugin, exclude it from the merge with Copy Local=false.

MSBuild ILMerge task allows you to use the famous ILMerge utility (ILMerge nuget package, see https://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx) in automated builds and/or Visual Studio 2012 projects.
     It is similar to the ILMerge.MSBuild.Tasks nuget package, originally published by neoeinstein@gmail.com (that seems to be abandoned) with the following additional features:
     - It supports all the latest ILMerge options;
     - ILMerge.exe is discovered as package dependency;
     - The .targets file overrides the CopyFilesToOutputDirectory build target, leaving the AfterBuild target free for further customizaton;
     - It attempts to guess the reasonable merge order for the included assemblies and lets you to finetune it with a configuration file.

     ILMerge.exe is not included into this package because its license prohibits redistribution. Referencing it as package dependency and loading it from its package location ensures that the latest ILMerge version is always used.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on MSBuild.ILMerge.Task:

Package Downloads
Art.Gaia

ART&MIS Base, Comon, Document, Image, Helper and Extensions

Qubit.Xrm.Framework.Package

Packaging solution for CRM 365 Customizations

AdvancedPlugin

A helpful set of base plugins and extensions for them.

Bizapp.CRMDynamicsPlugin

Lib para Criação de Plugins para o Dynamics CRM 365

GitHub repositories (25)

Showing the top 20 popular GitHub repositories that depend on MSBuild.ILMerge.Task:

Repository Stars
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
scottlerch/HostsFileEditor
Easily edit and manage the hosts file for Windows
nea/MarkdownViewerPlusPlus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
qwqdanchun/DcRat
A simple remote tool in C#.
structuremap/structuremap
A Dependency Injection/Inversion of Control tool for .NET
litedb-org/LiteDB.Studio
A GUI tool for viewing and editing documents for LiteDB v5
vdemydiuk/mtapi
MetaTrader API (terminal bridge)
JamesCooteUK/SharpSphere
.NET Project for Attacking vCenter
wh0amitz/KRBUACBypass
UAC Bypass By Abusing Kerberos Tickets
nettitude/SharpSocks
Tunnellable HTTP/HTTPS socks4a proxy written in C# and deployable via PowerShell
wh0amitz/S4UTomato
Escalate Service Account To LocalSystem via Kerberos
NYAN-x-CAT/Mass-RAT
Basic Multiplatform Remote Administration Tool - Xamarin
werasik2aa/Huawei-Unlock-Tool
Unlock bootloader / FRP Huawei
tjhrulz/WebNowPlaying
A NowPlaying like plugin for rainmeter built for getting music info from websites
EncodeGroup/UAC-SilentClean
New UAC bypass for Silent Cleanup for CobaltStrike
pkb1s/SharpAllowedToAct
Computer object takeover through Resource-Based Constrained Delegation (msDS-AllowedToActOnBehalfOfOtherIdentity)
SirMangler/PrimeHack-Updater
An Updater for PrimeHack
we1h0/ElegyRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (Be Based On AsyncRAT)
spaceflint7/bluebonnet
Implementation of the .NET platform on top of the Java Virtual Machine
Grinchiest/SantaRat
A remote access trojan to use against Santa's laptop!
Version Downloads Last updated
2.0.0-pre501 20,826 8/10/2021
1.1.3 522,471 2/13/2020
1.0.5 651,093 7/11/2016

Updated to look for ILMerge also in the tools subfolder of its package. Support now ILMergeTransitive flag for transitive merge.