From 4ed33a7d405edf314889bcd25c5be62ae482d527 Mon Sep 17 00:00:00 2001 From: tian-lt Date: Fri, 9 Jul 2021 17:08:17 +0800 Subject: [PATCH] from Calculator.rc to AssemblyInfo.cs --- src/Calculator/Properties/AssemblyInfo.cs | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/Calculator/Properties/AssemblyInfo.cs b/src/Calculator/Properties/AssemblyInfo.cs index 1cadb3dd..d267cc81 100644 --- a/src/Calculator/Properties/AssemblyInfo.cs +++ b/src/Calculator/Properties/AssemblyInfo.cs @@ -5,25 +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("CalculatorUI")] +[assembly: AssemblyTitle("Calculator")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("CalculatorUI")] -[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyCompany("Microsoft Corporation")] +[assembly: AssemblyProduct("Microsoft Calculator")] +[assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: ComVisible(false)] \ No newline at end of file