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.
28 lines
1.4 KiB
28 lines
1.4 KiB
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>ICSharpCode.Decompiler</id>
|
|
<version>$INSERTVERSION$$INSERTVERSIONNAMEPOSTFIX$$INSERTBUILDCONFIG$</version>
|
|
<title>ILSpy Decompiler Engine</title>
|
|
<authors>ILSpy Contributors</authors>
|
|
<owners>Daniel Grunwald, SharpDevelop</owners>
|
|
<license type="expression">MIT</license>
|
|
<projectUrl>https://github.com/icsharpcode/ILSpy/</projectUrl>
|
|
<iconUrl>https://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-$INSERTYEAR$ AlphaSierraPapa</copyright>
|
|
<tags>C# Decompiler ILSpy</tags>
|
|
<dependencies>
|
|
<dependency id="Humanizer.Core" version="2.2.0" />
|
|
<dependency id="System.Collections.Immutable" version="1.5.0" />
|
|
<dependency id="System.Reflection.Metadata" version="1.6.0" />
|
|
<dependency id="System.ValueTuple" version="4.3.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.dll" target="lib\netstandard2.0" />
|
|
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.pdb" target="lib\netstandard2.0" />
|
|
</files>
|
|
</package>
|