mirror of
https://github.com/greenshot/greenshot
synced 2025-08-23 22:56:19 -07:00
update AssemblyInfo.cs
This commit is contained in:
parent
c33c846007
commit
a0866aec31
1 changed files with 5 additions and 6 deletions
|
@ -25,12 +25,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("Greenshot")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyTitle("Greenshot 屏幕截图软件——XCL修改版")]
|
||||
[assembly: AssemblyDescription("Greenshot 屏幕截图软件——XCL修改版")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Greenshot")]
|
||||
[assembly: AssemblyProduct("Greenshot")]
|
||||
[assembly: AssemblyCopyright("")]
|
||||
[assembly: AssemblyCopyright("原版:https://github.com/greenshot/greenshot,修改版:https://github.com/xucongli1989/greenshot")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -39,6 +39,5 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
|
||||
// The assembly version, replaced by build scripts
|
||||
[assembly: AssemblyVersion("1.2.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyInformationalVersion("1.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue