Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2018-08-02 01:06:10 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-08-02 01:11:56 +0300
commitcb4236ca8f54bcde1eed25e62953991b71ab30f5 (patch)
tree9ebe477e6d27073c64b1dad1285fa2f678a4c1fa
parentdfa8d29df33e2f0c2eae63fc745b830ed4798799 (diff)
bump to 5.7.2.3mdoc-5.7.2.3
-rw-r--r--mdoc/Consts.cs2
-rw-r--r--mdoc/Test/en.expected.importecmadoc/System/Array.xml2
-rw-r--r--mdoc/mdoc.nuspec2
3 files changed, 3 insertions, 3 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 13de36c2..dd4eeea6 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,7 +3,7 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.7.2.2";
+ public static string MonoVersion = "5.7.2.3";
public const string DocId = "DocId";
public const string CppCli = "C++ CLI";
public const string CppCx = "C++ CX";
diff --git a/mdoc/Test/en.expected.importecmadoc/System/Array.xml b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
index a1fd92c1..2a6313fe 100644
--- a/mdoc/Test/en.expected.importecmadoc/System/Array.xml
+++ b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
@@ -135,7 +135,7 @@ and the second dimension indexed by 1, 2, and 3. </para>
<see cref="M:System.Array.AsReadOnly``1(``0[])" /></exception>
</Docs>
</Member>
- <Member MemberName="ConvertAll&lt;T,U&gt;">
+ <Member MemberName="ConvertAll&lt;TInput,TOutput&gt;">
<MemberSignature Language="C#" Value="public static TOutput[] ConvertAll&lt;TInput,TOutput&gt; (TInput[] array, Converter&lt;TInput,TOutput&gt; converter);" />
<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" />
<MemberType>Method</MemberType>
diff --git a/mdoc/mdoc.nuspec b/mdoc/mdoc.nuspec
index 0f30bf78..3527196d 100644
--- a/mdoc/mdoc.nuspec
+++ b/mdoc/mdoc.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>mdoc</id>
- <version>5.7.2.2</version>
+ <version>5.7.2.3</version>
<title>mdoc</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>