File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
+ <id >Mono.Debugger.Soft</id >
5
+ <version >$Version$</version >
6
+ <title >Mono.Debugger.Soft</title >
7
+ <authors >Mono team</authors >
8
+ <owners >Mono team</owners >
9
+ <licenseUrl >http://opensource.org/licenses/mit-license.php</licenseUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <projectUrl >https://github.com/mono/debugger-libs</projectUrl >
12
+ <summary >Mono soft debugger protocol</summary >
13
+ <dependencies >
14
+ <dependency id =" Mono.Cecil" version =" [0.9.6]" />
15
+ </dependencies >
16
+ <description >Mono soft debugger protocol typed implementation</description >
17
+ <language >en-US</language >
18
+ <tags >mono debug debugger debugging api</tags >
19
+ </metadata >
20
+ </package >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
+ <id >Mono.Debugging.Soft</id >
5
+ <version >$Version$</version >
6
+ <title >Mono.Debugging.Soft</title >
7
+ <authors >MonoDevelop team</authors >
8
+ <owners >MonoDevelop team</owners >
9
+ <licenseUrl >http://opensource.org/licenses/mit-license.php</licenseUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <projectUrl >https://github.com/mono/debugger-libs</projectUrl >
12
+ <summary >Several libraries which can be used to control the Mono debugger.</summary >
13
+ <description >Several libraries which can be used to control the Mono debugger.</description >
14
+ <language >en-US</language >
15
+ <tags >mono debug debugger soft</tags >
16
+ <dependencies >
17
+ <dependency id =" Mono.Cecil" version =" [0.9.6]" />
18
+ <dependency id =" Mono.Debugging" version =" $Version$" />
19
+ <dependency id =" Mono.Debugger.Soft" version =" $Version$" />
20
+ </dependencies >
21
+ </metadata >
22
+ </package >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
+ <id >Mono.Debugging</id >
5
+ <version >$Version$</version >
6
+ <title >Mono.Debugging</title >
7
+ <authors >MonoDevelop team</authors >
8
+ <owners >MonoDevelop team</owners >
9
+ <licenseUrl >http://opensource.org/licenses/mit-license.php</licenseUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <projectUrl >https://github.com/mono/debugger-libs</projectUrl >
12
+ <summary >A set of base classes to implement different debuggers</summary >
13
+ <description >A set of base classes to implement different debuggers</description >
14
+ <language >en-US</language >
15
+ <tags >mono debug debugger debugging api</tags >
16
+ <dependencies >
17
+ <dependency id =" ICSharpCode.NRefactory" version =" [5.5.1]" />
18
+ </dependencies >
19
+ </metadata >
20
+ </package >
You can’t perform that action at this time.
0 commit comments