CILMerge.MSBuild 0.9.7

dotnet add package CILMerge.MSBuild --version 0.9.7
                    
NuGet\Install-Package CILMerge.MSBuild -Version 0.9.7
                    
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="CILMerge.MSBuild" Version="0.9.7">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CILMerge.MSBuild" Version="0.9.7" />
                    
Directory.Packages.props
<PackageReference Include="CILMerge.MSBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 CILMerge.MSBuild --version 0.9.7
                    
#r "nuget: CILMerge.MSBuild, 0.9.7"
                    
#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=CILMerge.MSBuild&version=0.9.7
                    
Install CILMerge.MSBuild as a Cake Addin
#tool nuget:?package=CILMerge.MSBuild&version=0.9.7
                    
Install CILMerge.MSBuild as a Cake Tool

Provides a MSBuild task to merge multiple CIL assemblies into one.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.7 455 11/26/2014
0.9.6.5 257 10/21/2014
0.9.6.4 64 10/20/2014
0.9.6.3 64 10/20/2014
0.9.6.2 75 10/12/2014
0.9.6.1 116 10/5/2014
0.9.6 86 10/4/2014

Improved and fixed framework mapping functionality.