Skip to content

Commit 7b1b8ce

Browse files
committedJan 13, 2025·
update
1 parent 1072b6e commit 7b1b8ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎mdoc/Consts.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Mono.Documentation
33
{
44
public static class Consts
55
{
6-
public static string MonoVersion = "5.9.3.7";
6+
public static string MonoVersion = "5.9.3.8";
77
public const string DocId = "DocId";
88
public const string CppCli = "C++ CLI";
99
public const string CppCx = "C++ CX";

‎mdoc/mdoc.Test/Enumeration/ExceptionTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
namespace mdoc.Test.Enumeration
77
{
8-
[TestFixture ()]
9-
public class ExceptionTests : CecilBaseTest
8+
[TestFixture()]
9+
public class ExceptionTests : CecilBaseTest
1010
{
1111
[Test()]
1212
public void TestExceptionEnumerations()

‎mdoc/mdoc.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mdoc</id>
5-
<version>5.9.3.7</version>
5+
<version>5.9.3.8</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)
Please sign in to comment.