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.
1 parent dc14001 commit 3bd41b3Copy full SHA for 3bd41b3
mdoc/Consts.cs
@@ -3,7 +3,7 @@ namespace Mono.Documentation
3
{
4
public static class Consts
5
6
- public static string MonoVersion = "5.9.2.2";
+ public static string MonoVersion = "5.9.2.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.9.2.2</version>
+ <version>5.9.2.3</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
0 commit comments