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

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2017-01-27 10:43:54 +0300
committerGitHub <noreply@github.com>2017-01-27 10:43:54 +0300
commit700c3c6cffafc046dfebdff418c9cb97fa24d874 (patch)
treec72f825e76931943d9647a48761a467f94cccdd1 /Mono.Debugging.Win32
parentde0b3ad00a62ffb34797948c2c56f49b6a2ed921 (diff)
parentbb9ef752ae78584ca50b50c2d0cfb359b9f6b3e0 (diff)
Merge pull request #1817 from JetBrains/nuspecVersionFix
Using buildver variable
Diffstat (limited to 'Mono.Debugging.Win32')
-rw-r--r--Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec b/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
index 1b5cc3b..53cf655 100644
--- a/Mono.Debugging.Win32/Mono.Debugging.Win32.nuspec
+++ b/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,11 +14,11 @@
<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>
- <file src="bin\$Configuration$\CorApi.dll" target="lib/net40" />
- <file src="bin\$Configuration$\CorApi2.dll" target="lib/net40" />
+ <file src="bin\$Configuration$\CorApi.dll" target="lib/net45" />
+ <file src="bin\$Configuration$\CorApi2.dll" target="lib/net45" />
</files>
</package>