Skip to content

Commit 28b327f

Browse files
authored
Omit NullableContextAttribute from ECMAXML (#715) (#716)
* Omit NullableContextAttribute from ECMAXML * update * update version * update * update version * add nuget.config * upgrade version * remove NuGet.config
2 parents 97940aa + 2a2eaf4 commit 28b327f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.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";

mdoc/Mono.Documentation/Updater/Formatters/AttributeFormatters/AttributeFormatter.cs

+1
Original file line numberDiff line numberDiff 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
}

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.5</version>
5+
<version>5.9.3.6</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)