File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace Mono.Documentation
3
3
{
4
4
public static class Consts
5
5
{
6
- public static string MonoVersion = "5.9.3.7 " ;
6
+ public static string MonoVersion = "5.9.3.8 " ;
7
7
public const string DocId = "DocId" ;
8
8
public const string CppCli = "C++ CLI" ;
9
9
public const string CppCx = "C++ CX" ;
Original file line number Diff line number Diff line change 5
5
6
6
namespace mdoc . Test . Enumeration
7
7
{
8
- [ TestFixture ( ) ]
9
- public class ExceptionTests : CecilBaseTest
8
+ [ TestFixture ( ) ]
9
+ public class ExceptionTests : CecilBaseTest
10
10
{
11
11
[ Test ( ) ]
12
12
public void TestExceptionEnumerations ( )
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >mdoc</id >
5
- <version >5.9.3.7 </version >
5
+ <version >5.9.3.8 </version >
6
6
<title >mdoc</title >
7
7
<authors >Microsoft</authors >
8
8
<owners >Microsoft</owners >
You can’t perform that action at this time.
0 commit comments