Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ILMerge.nuspec
Update `<licenseUrl/>`, `<projectUrl/>` and `<repository/>`.
  • Loading branch information
pzhlkj6612 authored Sep 1, 2018
commit 4be18f27368e9fc287c97641554c3f74e6aa9c07
6 changes: 3 additions & 3 deletions ILMerge/ILMerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<authors>mbarnett</authors>
<owners>mbarnett</owners>
<copyright>Microsoft Corporation</copyright>
<licenseUrl>https://www.microsoft.com/en-us/research/people/mbarnett/#!ilmerge-license</licenseUrl>
<projectUrl>https://www.microsoft.com/en-us/research/people/mbarnett/#!ilmerge</projectUrl>
<licenseUrl>https://github.com/dotnet/ILMerge/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/dotnet/ILMerge</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>ILMerge is a static linker for .NET assemblies.</summary>
<description>ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name.

ILMerge is packaged as a console application. But all of its functionality is also available programmatically.

There are several options that control the behavior of ILMerge. See the documentation that comes with the tool for details.</description>
<repository type="git" url="https://github.com/Microsoft/ILMerge" />
<repository type="git" url="https://github.com/dotnet/ILMerge" />
</metadata>
<files>
<file src="bin/$configuration$/net452/final/ILMerge.exe" target="tools/net452/ILMerge.exe" />
Expand Down