You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@ -276,6 +276,7 @@ namespace Mono.Cecil {
|
||||
TargetArchitecture architecture;
|
||||
ModuleAttributes attributes;
|
||||
ModuleCharacteristics characteristics;
|
||||
internal ushort linker_version = 8;
|
||||
Guid mvid;
|
||||
internal uint timestamp;
|
||||
|
||||
@ -350,7 +351,7 @@ namespace Mono.Cecil {
|
||||
set { characteristics = value; }
|
||||
}
|
||||
|
||||
[Obsolete("Use FileName")]
|
||||
[Obsolete ("Use FileName")]
|
||||
public string FullyQualifiedName {
|
||||
get { return file_name; }
|
||||
}
|
||||
@ -607,6 +608,7 @@ namespace Mono.Cecil {
|
||||
this.architecture = image.Architecture;
|
||||
this.attributes = image.Attributes;
|
||||
this.characteristics = image.Characteristics;
|
||||
this.linker_version = image.LinkerVersion;
|
||||
this.file_name = image.FileName;
|
||||
this.timestamp = image.Timestamp;
|
||||
|
||||
|
Reference in New Issue
Block a user