File: Mono.Cecil.nuspec

package info (click to toggle)
mono 4.6.2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 778,148 kB
  • ctags: 914,052
  • sloc: cs: 5,779,509; xml: 2,773,713; ansic: 432,645; sh: 14,749; makefile: 12,361; perl: 2,488; python: 1,434; cpp: 849; asm: 531; sql: 95; sed: 16; php: 1
file content (23 lines) | stat: -rw-r--r-- 1,530 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.9.5.4</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>
  </metadata>
  <files>
    <file src="bin\net_2_0_Release\*.dll" target="lib/net20" />
    <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\silverlight_Release\*.dll" target="lib/sl40" />
  </files>
</package>