Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Mono.Debugging.Soft.nuspec « Mono.Debugging.Soft - github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccbb800972b5b0505e29107a03c745e199e0ea24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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.Debugging.Soft</id>
    <version>$buildver$</version>
    <title>Mono.Debugging.Soft</title>
    <authors>MonoDevelop team</authors>
    <owners>MonoDevelop team</owners>
    <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/mono/debugger-libs</projectUrl>
    <summary>Several libraries which can be used to control the Mono debugger.</summary>
    <description>Several libraries which can be used to control the Mono debugger.</description>
    <language>en-US</language>
    <tags>mono debug debugger soft</tags>
    <dependencies>
      <dependency id="Mono.Cecil" version="[0.9.6]" />
      <dependency id="Mono.Debugging" version="$buildver$" />
      <dependency id="Mono.Debugger.Soft" version="$buildver$" />
    </dependencies>
  </metadata>
</package>