From 9aea74d50b0d67e1dffc9b6e00397f5e218aae10 Mon Sep 17 00:00:00 2001 From: xucongli1989 <80213876@qq.com> Date: Wed, 14 Jun 2017 21:02:20 +0800 Subject: [PATCH] update AssemblyInfo.cs --- Greenshot/AssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Greenshot/AssemblyInfo.cs b/Greenshot/AssemblyInfo.cs index c4a1edab2..6b1ef4ef6 100644 --- a/Greenshot/AssemblyInfo.cs +++ b/Greenshot/AssemblyInfo.cs @@ -25,8 +25,8 @@ 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("Greenshot 屏幕截图软件——XCL修改版")] -[assembly: AssemblyDescription("Greenshot 屏幕截图软件——XCL修改版")] +[assembly: AssemblyTitle("Greenshot 屏幕截图软件——XCL修改版(80213876@qq.com)")] +[assembly: AssemblyDescription("Greenshot 屏幕截图软件——XCL修改版(80213876@qq.com)")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Greenshot")] [assembly: AssemblyProduct("Greenshot")] @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The assembly version, replaced by build scripts -[assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyInformationalVersion("1.0")] +[assembly: AssemblyVersion("1.1.*")] +[assembly: AssemblyInformationalVersion("1.1")]