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>2020-08-14 23:30:41 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-08-24 22:44:29 +0300
commit277b321a9f7162b987e149399ec3d2b6f9844726 (patch)
tree48ec724a1d9bd94e6d7911b05bc411b00ffc073f
parentfcc3b6b563ecd3687dd009a9d28f894aec423499 (diff)
bump to 5.8mdoc-5.8
-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 dba2037f..0b2b0581 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.7.7";
+ public static string MonoVersion = "5.8";
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 3f64b120..49518168 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.7.7</version>
+ <version>5.8</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>