Skip to content

Commit 0b7ed4c

Browse files
committed
Using buildver variable instead of Version because Version can't be used in <dependency> tag
(cherry picked from commit a6f8cba)
1 parent cecbfc1 commit 0b7ed4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Mono.Debugger.Soft/Mono.Debugger.Soft.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Mono.Debugger.Soft</id>
5-
<version>$Version$</version>
5+
<version>$buildver$</version>
66
<title>Mono.Debugger.Soft</title>
77
<authors>Mono team</authors>
88
<owners>Mono team</owners>

Mono.Debugging.Soft/Mono.Debugging.Soft.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Mono.Debugging.Soft</id>
5-
<version>$Version$</version>
5+
<version>$buildver$</version>
66
<title>Mono.Debugging.Soft</title>
77
<authors>MonoDevelop team</authors>
88
<owners>MonoDevelop team</owners>
@@ -15,8 +15,8 @@
1515
<tags>mono debug debugger soft</tags>
1616
<dependencies>
1717
<dependency id="Mono.Cecil" version="[0.9.6]" />
18-
<dependency id="Mono.Debugging" version="$Version$" />
19-
<dependency id="Mono.Debugger.Soft" version="$Version$" />
18+
<dependency id="Mono.Debugging" version="$buildver$" />
19+
<dependency id="Mono.Debugger.Soft" version="$buildver$" />
2020
</dependencies>
2121
</metadata>
2222
</package>

Mono.Debugging/Mono.Debugging.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Mono.Debugging</id>
5-
<version>$Version$</version>
5+
<version>$buildver$</version>
66
<title>Mono.Debugging</title>
77
<authors>MonoDevelop team</authors>
88
<owners>MonoDevelop team</owners>

0 commit comments

Comments
 (0)