ILMerge.MSBuild.Task
1.0.2
See the version list below for details.
dotnet add package ILMerge.MSBuild.Task --version 1.0.2
NuGet\Install-Package ILMerge.MSBuild.Task -Version 1.0.2
<PackageReference Include="ILMerge.MSBuild.Task" Version="1.0.2" />
paket add ILMerge.MSBuild.Task --version 1.0.2
#r "nuget: ILMerge.MSBuild.Task, 1.0.2"
// Install ILMerge.MSBuild.Task as a Cake Addin #addin nuget:?package=ILMerge.MSBuild.Task&version=1.0.2 // Install ILMerge.MSBuild.Task as a Cake Tool #tool nuget:?package=ILMerge.MSBuild.Task&version=1.0.2
Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however but it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on ILMerge.MSBuild.Task:
Repository | Stars |
---|---|
dafzor/bnetlauncher
Launcher utility to help start battle.net games with the steam overlay.
|
|
riskydissonance/SharpCookieMonster
Extracts cookies from Chrome.
|
|
leftp/VmdkReader
.NET 4.0 Console App to browse VMDK / VHD images and extract files
|
|
HunnicCyber/SharpML
Machine Learning Network Share Password Hunting Toolkit
|
|
fozavci/petaqc2
Petaq - Purple Team Command & Control Server
|
1.0.2
- Improved search for ilmerge.exe when a custom package folder is set in nuget.config.
- Improved error messages to provide a more clear indication when task is unable to fine ilmerge.exe.
- Improved serialization/deserialization of configuration file.