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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bukhonov <artem.bukhonov@jetbrains.com>2017-01-26 22:35:34 +0300
committerArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2017-01-26 22:48:24 +0300
commitaff7ed1c326564884cb944283e00814d532e81da (patch)
tree64279341af80a25786ac5ee4b37e0ca339cd2a5f /main/src/addins/MonoDevelop.Debugger.Win32
parent79f311f33b85c98fa9ee2a795032e34fc2ac894c (diff)
Using buildver variable instead of Version because Version can't be used in <dependency> tag
(cherry picked from commit e9cc176)
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger.Win32')
-rw-r--r--main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec b/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
index 1b5cc3b92a..3300b07aed 100644
--- a/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
+++ b/main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
@@ -2,7 +2,7 @@
<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.Win32</id>
- <version>$Version$</version>
+ <version>$buildver$</version>
<title>Mono.Debugging.Win32</title>
<authors>MonoDevelop team</authors>
<owners>MonoDevelop team</owners>
@@ -14,7 +14,7 @@
<language>en-US</language>
<tags>mono debug debugger cordebug</tags>
<dependencies>
- <dependency id="Mono.Debugging" version="$Version$" />
+ <dependency id="Mono.Debugging" version="$buildver$" />
</dependencies>
</metadata>
<files>