File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Mono.Documentation/Updater/Formatters/AttributeFormatters Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace Mono.Documentation
33{
44 public static class Consts
55 {
6- public static string MonoVersion = "5.9.3.5 " ;
6+ public static string MonoVersion = "5.9.3.6 " ;
77 public const string DocId = "DocId" ;
88 public const string CppCli = "C++ CLI" ;
99 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)
181181 "System.Runtime.CompilerServices.DynamicAttribute" ,
182182 // F# compiler attribute
183183 "Microsoft.FSharp.Core.CompilationMapping" ,
184+ "System.Runtime.CompilerServices.NullableContextAttribute" ,
184185 } ;
185186 }
186187}
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >mdoc</id >
5- <version >5.9.3.5 </version >
5+ <version >5.9.3.6 </version >
66 <title >mdoc</title >
77 <authors >Microsoft</authors >
88 <owners >Microsoft</owners >
You can’t perform that action at this time.
0 commit comments