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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-04-01 22:50:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-04-01 22:50:38 +0300
commitb68708a41803db1e170f48abca919f98808d7b29 (patch)
tree22b12c58862dbedc88360874702ace96d05192b1 /profiles
parent08d3d9c3cebedf3a95adbbfca7a6c42357d5832e (diff)
Apply changes
Diffstat (limited to 'profiles')
-rw-r--r--profiles/net_4_x/Mono.Cecil.Mdb.cs6
-rw-r--r--profiles/net_4_x/Mono.Cecil.cs6
2 files changed, 6 insertions, 6 deletions
diff --git a/profiles/net_4_x/Mono.Cecil.Mdb.cs b/profiles/net_4_x/Mono.Cecil.Mdb.cs
index bb852cf..52c351c 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.3.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.11.0.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.3.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.3.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.0.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.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 ed9a4bc..648eb44 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.3.0")]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.11.0.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.3.0")]
-[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.3.0")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.0.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]