Skip to content

Commit cb4236c

Browse files
committed
bump to 5.7.2.3
1 parent dfa8d29 commit cb4236c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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.7.2.2";
6+
public static string MonoVersion = "5.7.2.3";
77
public const string DocId = "DocId";
88
public const string CppCli = "C++ CLI";
99
public const string CppCx = "C++ CX";

Diff for: mdoc/Test/en.expected.importecmadoc/System/Array.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ and the second dimension indexed by 1, 2, and 3. </para>
135135
<see cref="M:System.Array.AsReadOnly``1(``0[])" /></exception>
136136
</Docs>
137137
</Member>
138-
<Member MemberName="ConvertAll&lt;T,U&gt;">
138+
<Member MemberName="ConvertAll&lt;TInput,TOutput&gt;">
139139
<MemberSignature Language="C#" Value="public static TOutput[] ConvertAll&lt;TInput,TOutput&gt; (TInput[] array, Converter&lt;TInput,TOutput&gt; converter);" />
140140
<MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TOutput[] ConvertAll&lt;TInput, TOutput&gt;(!!TInput[] array, class System.Converter`2&lt;!!TInput, !!TOutput&gt; converter) cil managed" />
141141
<MemberType>Method</MemberType>

Diff for: 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.7.2.2</version>
5+
<version>5.7.2.3</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)