File tree 3 files changed +3
-2
lines changed
Mono.Documentation/Updater/Formatters/AttributeFormatters
3 files changed +3
-2
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.5 " ;
6
+ public static string MonoVersion = "5.9.3.6 " ;
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 @@ -181,6 +181,7 @@ private bool IsIgnoredAttribute(CustomAttribute customAttribute)
181
181
"System.Runtime.CompilerServices.DynamicAttribute" ,
182
182
// F# compiler attribute
183
183
"Microsoft.FSharp.Core.CompilationMapping" ,
184
+ "System.Runtime.CompilerServices.NullableContextAttribute" ,
184
185
} ;
185
186
}
186
187
}
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.5 </version >
5
+ <version >5.9.3.6 </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