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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-10-24 00:28:18 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-10-24 18:08:43 +0300
commitc173a8b596b5a9dc6d2746dabc7fe46f82478ef7 (patch)
tree0f5dd193cde6ec297c2ecc83115fdb91264ed087
parent1e236d88dbacbd4bf065a1068928b633c362be82 (diff)
version bump to 5.1.1
-rw-r--r--mdoc/Consts.cs2
-rw-r--r--mdoc/mdoc.nuspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index efb37108..145ce877 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,6 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.1.0.0";
+ public static string MonoVersion = "5.1.1.0";
}
}
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index b3048d12..ffc627cc 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.1.0.0</version>
+ <version>5.1.1.0</version>
<title>mdoc</title>
<authors>Joel Martinez</authors>
<owners>Xamarin</owners>