From f47e326677bfd76ec6e1a2013ee493ee288a06fe Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 9 Apr 2020 11:50:00 -0500 Subject: [PATCH] Added Author field to PluginMetadata --- IPA.Loader/Loader/PluginMetadata.cs | 7 +++++++ Refs/UnityEngine.CoreModule.Net4.dll | Bin 710656 -> 710656 bytes 2 files changed, 7 insertions(+) diff --git a/IPA.Loader/Loader/PluginMetadata.cs b/IPA.Loader/Loader/PluginMetadata.cs index 8dae9738..6d43543b 100644 --- a/IPA.Loader/Loader/PluginMetadata.cs +++ b/IPA.Loader/Loader/PluginMetadata.cs @@ -42,6 +42,12 @@ namespace IPA.Loader /// the updater ID of the plugin public string Id { get; internal set; } + /// + /// The name of the author that wrote this plugin. + /// + /// the name of the plugin's author + public string Author { get; internal set; } + /// /// The version of the plugin. /// @@ -90,6 +96,7 @@ namespace IPA.Loader Name = value.Name; Version = value.Version; Id = value.Id; + Author = value.Author; AssociatedFiles = value.Files .Select(f => Path.Combine(UnityGame.InstallPath, f)) .Select(p => new FileInfo(p)).ToList(); diff --git a/Refs/UnityEngine.CoreModule.Net4.dll b/Refs/UnityEngine.CoreModule.Net4.dll index 66992ff7ad32b199ff4abd58b6d1add6bb8a940d..7f9c5c4afa356084d44fe9a23781f795848a75b2 100644 GIT binary patch delta 45 vcmZqJpxppOEsQNpEzB(}Ev#GErdctvwokWW17da{<^W>O?bEHeGUoySXWI{e delta 45 vcmZqJpxppOEsQNpEzB(}Ev#GErdcsEwNJNV17da{<^W>O?bEHeGUoySXO<6r