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-02 07:05:27 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-02 07:05:27 +0300
commit76dcb7ae64018ad7d47297b5b72c8161ea82b027 (patch)
tree3af559541f3700b24b2218a83c03700bc96f23bd
parent663c5e864b7900119d7fdd178f06e5fce4b2847d (diff)
version bump to 5.0.0.5preview-5.0.0.5
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 098fe80d..01041751 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -4,6 +4,6 @@ namespace Mono.Documentation
public static class Consts
{
// this is only a placeholder
- public static string MonoVersion = "5.0.0.4";
+ public static string MonoVersion = "5.0.0.5";
}
}