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>2020-01-05 11:56:00 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2020-01-05 11:56:00 +0300
commit0d04b48a9d018249f75e950a3fc248aaf2400924 (patch)
treece00dc5e5dd40a94be3cfc3391dc3c2e6851d4de
parent7581be7b86201ac6a868e7a0e5a1baa0555517b9 (diff)
Apply changes from https://github.com/mono/mono/pull/18340 to API snapshot
-rw-r--r--profiles/net_4_x/Mono.Cecil.Mdb.cs6
-rw-r--r--profiles/net_4_x/Mono.Cecil.cs9
2 files changed, 9 insertions, 6 deletions
diff --git a/profiles/net_4_x/Mono.Cecil.Mdb.cs b/profiles/net_4_x/Mono.Cecil.Mdb.cs
index 52c351c..427982f 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.11.0.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.11.1.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.11.0.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.1.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.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 7d65de0..d885583 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.11.0.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.11.1.0")]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
-[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.0.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.1.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.1.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
@@ -2060,9 +2060,12 @@ namespace Mono.Cecil.Cil
public void Emit(Mono.Cecil.Cil.OpCode opcode, float value) { }
public void Emit(Mono.Cecil.Cil.OpCode opcode, string value) { }
public void InsertAfter(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
+ public void InsertAfter(int index, Mono.Cecil.Cil.Instruction instruction) { }
public void InsertBefore(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
public void Remove(Mono.Cecil.Cil.Instruction instruction) { }
+ public void RemoveAt(int index) { }
public void Replace(Mono.Cecil.Cil.Instruction target, Mono.Cecil.Cil.Instruction instruction) { }
+ public void Replace(int index, Mono.Cecil.Cil.Instruction instruction) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct ImageDebugDirectory