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-07-03 00:06:14 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-07-03 00:06:14 +0300
commitea95146c7514ba96489f7cbb42be7f49f446c71d (patch)
tree6203bc29fe262ccaa52f1d54b3e22bb71bca5777
parent44becd3d3186c6644c9927e50be24d3eba2d52f3 (diff)
mdoc: version bump to 5.0.0.18preview-5.0.0.18
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index ff17d1f7..2dc016bc 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.0.0.17";
+ public static string MonoVersion = "5.0.0.18";
}
}