namespace MediaBrowser.Server.Uninstall { /// /// Class Globals /// public static class Globals { /// /// The product name /// public static string ProductName = "Media Browser Server"; /// /// The suite name /// public static string SuiteName = "Media Browser 3"; /// /// The publisher name /// public static string PublisherName = "Media Browser Team"; } }