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>2021-01-23 01:02:23 +0300
committerJoel Martinez <joelmartinez@gmail.com>2021-01-23 01:02:23 +0300
commitff124806fcf9f894f84409bfce7f6c3492ac6cbe (patch)
tree461339f31a80b34f1b4f7e45e7882a77ffa568c9
parentc6411bbcbcf3b4aad999e455d4b2767370abffb9 (diff)
bump to 5.8.1mdoc-5.8.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 0b2b0581..8e4a6061 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.8";
+ public static string MonoVersion = "5.8.1";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index 49518168..2dc456d5 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.8</version>
+ <version>5.8.1</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>