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>2019-02-12 10:49:04 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-02-12 10:49:04 +0300
commitc264965ac8d5d83244ec5ddac863412eca0950f9 (patch)
treef4b505d246952df7c314b35edc57563c1a4061e8
parent5fdeee75a5e1170067a322a5fd56c225db69b513 (diff)
Apply changes from https://github.com/mono/mono/pull/12941 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Cecil.Mdb.cs6
-rw-r--r--profiles/net_4_x/Mono.Cecil.cs8
2 files changed, 7 insertions, 7 deletions
diff --git a/profiles/net_4_x/Mono.Cecil.Mdb.cs b/profiles/net_4_x/Mono.Cecil.Mdb.cs
index b04d4b0..bb852cf 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.1.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.10.3.0")]
[assembly:System.CLSCompliantAttribute(false)]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.3.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.3.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 237d377..ed9a4bc 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.1.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.10.3.0")]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.1.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.1.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.3.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.3.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
@@ -759,7 +759,7 @@ namespace Mono.Cecil
public Mono.Cecil.Cil.MethodBody Body { get { throw null; } set { } }
public Mono.Collections.Generic.Collection<Mono.Cecil.CustomAttribute> CustomAttributes { get { throw null; } }
public Mono.Collections.Generic.Collection<Mono.Cecil.Cil.CustomDebugInformation> CustomDebugInformations { get { throw null; } }
- public Mono.Cecil.Cil.MethodDebugInformation DebugInformation { get { throw null; } }
+ public Mono.Cecil.Cil.MethodDebugInformation DebugInformation { get { throw null; } set { } }
public new Mono.Cecil.TypeDefinition DeclaringType { get { throw null; } set { } }
public override Mono.Collections.Generic.Collection<Mono.Cecil.GenericParameter> GenericParameters { get { throw null; } }
public bool HasBody { get { throw null; } }