fee6ab6a16
Former-commit-id: 03fab0f68b93e237c47a03f7d3793d7f5d7c276d
37 lines
2.2 KiB
XML
37 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<id>Mono.Cecil</id>
|
|
<version>0.10.0.0</version>
|
|
<title>Mono.Cecil</title>
|
|
<authors>Jb Evain</authors>
|
|
<owners>Jb Evain</owners>
|
|
<licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<projectUrl>http://github.com/jbevain/cecil/</projectUrl>
|
|
<summary>Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format.</summary>
|
|
<description>Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.</description>
|
|
<language>en-US</language>
|
|
<tags>assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework3.5" />
|
|
<group targetFramework=".NETFramework4.0" />
|
|
<group targetFramework=".NETStandard1.3">
|
|
<dependency id="System.Collections" version="4.0.11" />
|
|
<dependency id="System.IO.FileSystem" version="4.0.1" />
|
|
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1" />
|
|
<dependency id="System.Reflection" version="4.1.0" />
|
|
<dependency id="System.Runtime.Extensions" version="4.1.0" />
|
|
<dependency id="System.Security.Cryptography.Algorithms" version="4.2.0" />
|
|
<dependency id="System.Security.Cryptography.Csp" version="4.0.0" />
|
|
<dependency id="System.Threading" version="4.0.11" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\net_3_5_Release\*.dll" target="lib/net35" />
|
|
<file src="bin\net_4_0_Release\*.dll" target="lib/net40" />
|
|
<file src="bin\netstandard_Release\netstandard1.3\*.dll" target="lib/netstandard1.3" />
|
|
</files>
|
|
</package>
|