diff --git a/ArchiSteamFarm/Properties/AssemblyInfo.cs b/ArchiSteamFarm/Properties/AssemblyInfo.cs index 07e9c4230..5e5adcb67 100644 --- a/ArchiSteamFarm/Properties/AssemblyInfo.cs +++ b/ArchiSteamFarm/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using ArchiSteamFarm; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ArchiSteamFarm")] +[assembly: AssemblyTitle(SharedInfo.ServiceName)] [assembly: AssemblyDescription(SharedInfo.ServiceDescription)] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ArchiSteamFarm")] +[assembly: AssemblyProduct(SharedInfo.ServiceName)] [assembly: AssemblyCopyright(SharedInfo.Copyright)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/ConfigGenerator/Properties/AssemblyInfo.cs b/ConfigGenerator/Properties/AssemblyInfo.cs index 59195ce78..f83116994 100644 --- a/ConfigGenerator/Properties/AssemblyInfo.cs +++ b/ConfigGenerator/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using ArchiSteamFarm; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("ConfigGenerator")] +[assembly: AssemblyTitle(SharedInfo.ServiceName + "-ConfigGenerator")] [assembly: AssemblyDescription(SharedInfo.ServiceDescription)] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ConfigGenerator")] +[assembly: AssemblyProduct(SharedInfo.ServiceName + "-ConfigGenerator")] [assembly: AssemblyCopyright(SharedInfo.Copyright)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/GUI/Properties/AssemblyInfo.cs b/GUI/Properties/AssemblyInfo.cs index 831ac94e8..783210ed9 100644 --- a/GUI/Properties/AssemblyInfo.cs +++ b/GUI/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using ArchiSteamFarm; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("GUI")] +[assembly: AssemblyTitle(SharedInfo.ServiceName + "-GUI")] [assembly: AssemblyDescription(SharedInfo.ServiceDescription)] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GUI")] +[assembly: AssemblyProduct(SharedInfo.ServiceName + "-GUI")] [assembly: AssemblyCopyright(SharedInfo.Copyright)] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]