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 00:28:18 +0300
commit783bd3d366a6d7eafbd1b6548e1e93b48913a484 (patch)
tree0f5dd193cde6ec297c2ecc83115fdb91264ed087
parent88654d51a4c53f962a3eaafa8673f712fe6e0dd2 (diff)
version bump to 5.1.1mdoc-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>