|
1 | 1 | diff --git a/Mono.Cecil.Cil/Symbols.cs b/Mono.Cecil.Cil/Symbols.cs
|
2 |
| -index 426c4a7..1bc138d 100644 |
| 2 | +index 6ca158e..dbca57a 100644 |
3 | 3 | --- a/Mono.Cecil.Cil/Symbols.cs
|
4 | 4 | +++ b/Mono.Cecil.Cil/Symbols.cs
|
5 |
| -@@ -186,7 +186,7 @@ namespace Mono.Cecil.Cil { |
6 |
| - var cecil_name = typeof (SymbolProvider).Assembly.GetName (); |
| 5 | +@@ -637,7 +637,7 @@ namespace Mono.Cecil.Cil { |
| 6 | + var cecil_name = typeof (SymbolProvider).GetAssembly ().GetName (); |
7 | 7 |
|
8 | 8 | var name = new SR.AssemblyName {
|
9 |
| -- Name = "Mono.Cecil." + symbol_kind, |
10 |
| -+ Name = "Xamarin.Android.Cecil." + symbol_kind, |
| 9 | +- Name = "Mono.Cecil." + symbolKind, |
| 10 | ++ Name = "Xamarin.Android.Cecil." + symbolKind, |
11 | 11 | Version = cecil_name.Version,
|
12 | 12 | };
|
13 | 13 |
|
14 |
| -diff --git a/ProjectInfo.cs b/ProjectInfo.cs |
15 |
| -index 8d427a7..59bc253 100644 |
16 |
| ---- a/ProjectInfo.cs |
17 |
| -+++ b/ProjectInfo.cs |
18 |
| -@@ -10,7 +10,7 @@ |
19 |
| - using System.Reflection; |
20 |
| - using System.Runtime.InteropServices; |
21 |
| - |
22 |
| --[assembly: AssemblyProduct ("Mono.Cecil")] |
23 |
| -+[assembly: AssemblyProduct ("Xamarin.Android.Cecil")] |
24 |
| - [assembly: AssemblyCopyright ("Copyright © 2008 - 2015 Jb Evain")] |
25 |
| - |
26 |
| - [assembly: ComVisible (false)] |
27 | 14 | diff --git a/Mono.Cecil/AssemblyInfo.cs b/Mono.Cecil/AssemblyInfo.cs
|
28 |
| -index 40cc0d4..41e159f 100644 |
| 15 | +index 4d32f2b..9726954 100644 |
29 | 16 | --- a/Mono.Cecil/AssemblyInfo.cs
|
30 | 17 | +++ b/Mono.Cecil/AssemblyInfo.cs
|
31 |
| -@@ -10,7 +10,7 @@ using System.Reflection; |
| 18 | +@@ -12,7 +12,7 @@ using System.Reflection; |
32 | 19 | using System.Runtime.CompilerServices;
|
33 | 20 | using System.Runtime.InteropServices;
|
34 | 21 |
|
35 | 22 | -[assembly: AssemblyTitle ("Mono.Cecil")]
|
36 | 23 | +[assembly: AssemblyTitle ("Xamarin.Android.Cecil")]
|
37 | 24 |
|
| 25 | + #if !PCL && !NET_CORE |
38 | 26 | [assembly: Guid ("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")]
|
| 27 | +diff --git a/ProjectInfo.cs b/ProjectInfo.cs |
| 28 | +index 6bfdedf..95b940c 100644 |
| 29 | +--- a/ProjectInfo.cs |
| 30 | ++++ b/ProjectInfo.cs |
| 31 | +@@ -10,7 +10,7 @@ |
| 32 | + using System.Reflection; |
| 33 | + using System.Runtime.InteropServices; |
| 34 | + |
| 35 | +-[assembly: AssemblyProduct ("Mono.Cecil")] |
| 36 | ++[assembly: AssemblyProduct ("Xamarin.Android.Cecil")] |
| 37 | + [assembly: AssemblyCopyright ("Copyright © 2008 - 2015 Jb Evain")] |
39 | 38 |
|
| 39 | + #if !PCL |
0 commit comments