We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bea0de + 7e1fce3 commit d9e2cd4Copy full SHA for d9e2cd4
mdoc/Consts.cs
@@ -3,7 +3,7 @@ namespace Mono.Documentation
3
{
4
public static class Consts
5
6
- public static string MonoVersion = "5.8.2";
+ public static string MonoVersion = "5.8.3";
7
public const string DocId = "DocId";
8
public const string CppCli = "C++ CLI";
9
public const string CppCx = "C++ CX";
mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
2
<package >
<metadata>
<id>mdoc</id>
- <version>5.8.2</version>
+ <version>5.8.3</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
0 commit comments