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:
authoranmeng10101 <33647870+anmeng10101@users.noreply.github.com>2021-05-18 16:23:48 +0300
committerGitHub <noreply@github.com>2021-05-18 16:23:48 +0300
commitd9e2cd450a322fe0eaff003e43ec0042b6a7a81b (patch)
tree044df660c91a5b648cf621d0bbacb88cf1436d3f
parent3bea0de737ee82cbc9ca92fe3bf524a577e5e378 (diff)
parent7e1fce3517284c56966d516ce5c7c0332ee8d7d5 (diff)
Merge pull request #556 from mono/anmeng-5.8.3
bump to 5.8.3
-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 a77b295e..2453363d 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.2";
+ public static string MonoVersion = "5.8.3";
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 6adf740b..770a36a5 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.8.2</version>
+ <version>5.8.3</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>