Skip to content

Commit c4ea210

Browse files
author
David Karlaš
authored
Merge pull request #1805 from JetBrains/rider-nugets
Nuspecs
2 parents 8fa9f35 + 04c9699 commit c4ea210

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.Win32</id>
5+
<version>$Version$</version>
6+
<title>Mono.Debugging.Win32</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/monodevelop</projectUrl>
12+
<summary>Debugger implementation for CorDebug</summary>
13+
<description>Debugger implementation for CorDebug</description>
14+
<language>en-US</language>
15+
<tags>mono debug debugger cordebug</tags>
16+
<dependencies>
17+
<dependency id="Mono.Debugging" version="$Version$" />
18+
</dependencies>
19+
</metadata>
20+
<files>
21+
<file src="bin\$Configuration$\CorApi.dll" target="lib/net40" />
22+
<file src="bin\$Configuration$\CorApi2.dll" target="lib/net40" />
23+
</files>
24+
</package>

0 commit comments

Comments
 (0)