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-27 18:12:45 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-10-27 18:12:45 +0300
commit3b245bc516e201c3c77a934da2acc7ac62d6b67a (patch)
tree58f84eb5efe933854dbef4059cd7e9e828bda4c8
parent6ae59208caf3d2dfe6333897cf4062a30d82a87c (diff)
version bump to 5.2mdoc-5.2
-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 145ce877..3f721a2b 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.1.0";
+ public static string MonoVersion = "5.2.0.0";
}
}
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index ffc627cc..57862828 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.1.1.0</version>
+ <version>5.2.0.0</version>
<title>mdoc</title>
<authors>Joel Martinez</authors>
<owners>Xamarin</owners>