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>2018-03-08 21:45:23 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-03-08 21:46:12 +0300
commit9e067f865920de2546e785b3440d95a0c0a02c20 (patch)
treefd56b73747cea98aa396db9ecf660b629d85a9ee
parent2ca2d1bae5902f2e369c55089f350ffa3512376d (diff)
bump to preview5mdoc-5.5.1-preview5
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index e87bc790..066b1ebe 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,7 +3,7 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.5.1.1-preview4";
+ public static string MonoVersion = "5.5.1.1-preview5";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";