From f66d9dde624b62b59f837dc5fca8e3a66353b7c8 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sat, 18 Oct 2025 11:41:00 +0200 Subject: [PATCH] Version info --- Perfect11/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Perfect11/Properties/AssemblyInfo.cs b/Perfect11/Properties/AssemblyInfo.cs index b65526c..7f7413a 100644 --- a/Perfect11/Properties/AssemblyInfo.cs +++ b/Perfect11/Properties/AssemblyInfo.cs @@ -5,12 +5,12 @@ using System.Runtime.InteropServices; // 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("Perfect11")] +[assembly: AssemblyTitle("Perfect11 Optimization and Customization Toolkit")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Vichingo455")] [assembly: AssemblyProduct("Perfect11")] -[assembly: AssemblyCopyright("Copyright © 2025")] +[assembly: AssemblyCopyright("Copyright © 2025 Vichingo455")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]