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

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-10-08 18:29:56 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2018-10-08 18:29:56 +0300
commitb153e2521d4f6e3aa30a386e76265020d8507bcc (patch)
treec76335614d6abb0b57c89d683dfdc55ecbc136ca
parent63c5f3fb825515dc3835f1a0fe6b1e0ad5ddf1eb (diff)
Apply changes from https://github.com/mono/mono/pull/11022 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Cecil.Mdb.cs6
-rw-r--r--profiles/net_4_x/Mono.Cecil.cs7
2 files changed, 7 insertions, 6 deletions
diff --git a/profiles/net_4_x/Mono.Cecil.Mdb.cs b/profiles/net_4_x/Mono.Cecil.Mdb.cs
index d2db334..3443507 100644
--- a/profiles/net_4_x/Mono.Cecil.Mdb.cs
+++ b/profiles/net_4_x/Mono.Cecil.Mdb.cs
@@ -2,12 +2,12 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.10.1.0")]
[assembly:System.CLSCompliantAttribute(false)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.0.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.0.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
diff --git a/profiles/net_4_x/Mono.Cecil.cs b/profiles/net_4_x/Mono.Cecil.cs
index 8d89b5f..19b503b 100644
--- a/profiles/net_4_x/Mono.Cecil.cs
+++ b/profiles/net_4_x/Mono.Cecil.cs
@@ -2,11 +2,11 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-[assembly:System.Reflection.AssemblyVersionAttribute("0.10.0.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.10.1.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.0.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.0.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
@@ -1279,6 +1279,7 @@ namespace Mono.Cecil
public sealed partial class ResolutionException : System.Exception
{
public ResolutionException(Mono.Cecil.MemberReference member) { }
+ public ResolutionException(Mono.Cecil.MemberReference member, System.Exception innerException) { }
public Mono.Cecil.MemberReference Member { get { throw null; } }
public Mono.Cecil.IMetadataScope Scope { get { throw null; } }
}