- Some work on PluginManagementService, IAssemblyLoaderService and IAssemblyManagementService refactors.
- Fixed mod list sync not checking for zero package diff length. - Fixed the services provider not being able to inject itself as a dependcency. - Added UseInternalName data spec to ModConfig.xml - Changed Basic.Reference.Assemblies to Net80.
This commit is contained in:
+1
@@ -79,6 +79,7 @@ public sealed class ModConfigFileParserService :
|
||||
// Type Specific
|
||||
FriendlyName = src.Element.GetAttributeString("FriendlyName", string.Empty),
|
||||
IsScript = src.Element.GetAttributeBool("IsScript", false),
|
||||
UseInternalAccessName = src.Element.GetAttributeBool("UseInternalAccessName", false)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user