Skip to content

Commit

Permalink
Omit NullableContextAttribute from ECMAXML (#715) (#716)
Browse files Browse the repository at this point in the history
* Omit NullableContextAttribute from ECMAXML

* update

* update version

* update

* update version

* add nuget.config

* upgrade version

* remove  NuGet.config
  • Loading branch information
huangmin-ms authored Oct 11, 2024
2 parents 97940aa + 2a2eaf4 commit 28b327f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdoc/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Mono.Documentation
{
public static class Consts
{
public static string MonoVersion = "5.9.3.5";
public static string MonoVersion = "5.9.3.6";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ private bool IsIgnoredAttribute(CustomAttribute customAttribute)
"System.Runtime.CompilerServices.DynamicAttribute",
// F# compiler attribute
"Microsoft.FSharp.Core.CompilationMapping",
"System.Runtime.CompilerServices.NullableContextAttribute",
};
}
}
2 changes: 1 addition & 1 deletion mdoc/mdoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
<version>5.9.3.5</version>
<version>5.9.3.6</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand Down

0 comments on commit 28b327f

Please sign in to comment.