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-03-25 02:06:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-25 02:06:05 +0300
commit22f189062460f8a79616d798df0b2d029d8fa2b7 (patch)
tree3ad302affb1acb82ad6f8fb4291e0e7cde83150e
parent2a6454e217ca6cb2fd69c3018c775cb3f114513b (diff)
version bump to 5.0.0.11preview-5.0.0.11
-rw-r--r--mdoc/Consts.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 1f173660..9864ddfd 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,7 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- // this is only a placeholder
- public static string MonoVersion = "5.0.0.10";
+ public static string MonoVersion = "5.0.0.11";
}
}