mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
<?xml version="1.0"?> |
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|
<metadata> |
|
<id>ICSharpCode.Decompiler</id> |
|
<version>2.3.1</version> |
|
<title>ILSpy Decompiler Engine</title> |
|
<authors>Daniel Grunwald, David Srbecky, Ed Harvey, Siegfried Pammer</authors> |
|
<owners>Daniel Grunwald, SharpDevelop</owners> |
|
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl> |
|
<projectUrl>https://github.com/icsharpcode/ILSpy/</projectUrl> |
|
<iconUrl>http://ilspy.net/images/icon32.png</iconUrl> |
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
<description>ICSharpCode.Decompiler is the decompiler engine used in ILSpy.</description> |
|
<!--<releaseNotes></releaseNotes>--> |
|
<copyright>Copyright 2011-2015 AlphaSierraPapa</copyright> |
|
<tags>C# Decompiler ILSpy</tags> |
|
<dependencies> |
|
<dependency id="Mono.Cecil" version="0.9.5.4" /> |
|
<dependency id="ICSharpCode.NRefactory" version="5.5.1" /> |
|
</dependencies> |
|
</metadata> |
|
<files> |
|
<file src="..\ICSharpCode.Decompiler\bin\NuGet-Release\ICSharpCode.Decompiler.dll" target="lib\Net40" /> |
|
<file src="..\ICSharpCode.Decompiler\bin\NuGet-Release\ICSharpCode.Decompiler.pdb" target="lib\Net40" /> |
|
<file src="..\ICSharpCode.Decompiler\**\*.cs" target="src\ICSharpCode.Decompiler" /> |
|
</files> |
|
</package> |