Discord Plugin Profile Name Column Changes

1. Profile name has been converted to a droplist and is now populated with the Server Manager Profile Names for selection.
This commit is contained in:
Brett Hewitson 2020-07-12 18:36:33 +10:00
parent eaa7876ab4
commit fce9a3e65f
10 changed files with 212 additions and 24 deletions

View file

@ -148,7 +148,7 @@ namespace ServerManagerTool.Plugin.Common
File.Delete(pluginFile);
}
internal IList<Profile> FetchProfileList()
public IList<Profile> FetchProfileList()
{
lock (_syncLockFetchProfiles)
{

View file

@ -33,8 +33,3 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: InternalsVisibleTo("ARK Server Manager")]
[assembly: InternalsVisibleTo("ConanServerManager")]
[assembly: InternalsVisibleTo("ServerManager")]
[assembly: InternalsVisibleTo("ServerManager.Plugin.Common.UnitTests")]