Skip to content

Commit b5f62fc

Browse files
authored
bump mdoc to 5.8.8 (#621)
* bump mdoc to 5.8.8 * update
1 parent b24bc75 commit b5f62fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mdoc/Consts.cs

Lines changed: 1 addition & 1 deletion
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.8.7";
6+
public static string MonoVersion = "5.8.8";
77
public const string DocId = "DocId";
88
public const string CppCli = "C++ CLI";
99
public const string CppCx = "C++ CX";

mdoc/Mono.Documentation/MDocUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3997,7 +3997,7 @@ public void MakeParameters (XmlElement root, MemberReference member, IList<Param
39973997
xelement.RemoveAttribute(Consts.Index);
39983998
xelement.SetAttribute(Consts.Index, i.ToString());
39993999
xelement.SetAttribute (Consts.FrameworkAlternate, fxaValue);
4000-
4000+
MakeParamsAttributes(xelement, AttributeFormatter.PreProcessCustomAttributes(p.Definition.CustomAttributes), typeEntry, member);
40014001
continue;
40024002
}
40034003
else {

mdoc/mdoc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mdoc</id>
5-
<version>5.8.7</version>
5+
<version>5.8.8</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)