File: Mono.Reflection.nuspec

package info (click to toggle)
mono.reflection 1.0%2Bgit20110407%2Bd2343843-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 176 kB
  • sloc: cs: 1,094; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.Reflection</id>
    <version>1.0.0.0</version>
    <title>Mono.Reflection</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/mono.reflection/</projectUrl>
    <description>Complement for System.Reflection, including an IL disassembler.</description>
    <language>en-US</language>
    <tags>assembly assemblies module modules il cil msil bytecode reflection disassembler</tags>
  </metadata>
  <files>
    <file src="bin\Release\*.dll" target="lib" />
  </files>
</package>