File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ //*************************************************************************************************
2+ //* (C) ColorfulSoft corp., 2021. All Rights reserved.
3+ //*************************************************************************************************
4+
5+ using System . Reflection ;
6+
7+ [ assembly: AssemblyTitle ( "DeOldify.NET" ) ]
8+ [ assembly: AssemblyDescription ( "BW image colorization" ) ]
9+ [ assembly: AssemblyConfiguration ( "" ) ]
10+ [ assembly: AssemblyVersion ( "1.0" ) ]
11+ [ assembly: AssemblyCompany ( "ColorfulSoft" ) ]
12+ [ assembly: AssemblyProduct ( "DeOldify.NET" ) ]
13+ [ assembly: AssemblyCopyright ( "© Gleb S. Brykin" ) ]
14+ [ assembly: AssemblyTrademark ( "DeOldify.NET" ) ]
15+ [ assembly: AssemblyCulture ( "" ) ]
Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ private void StartHandler(object sender, EventArgs e)
534534 /// </summary>
535535 public MainForm ( ) : base ( )
536536 {
537- this . Text = "DeOldify.NET" ;
537+ this . Text = "DeOldify.NET v1.0 " ;
538538 this . Icon = Icon . FromHandle ( ( new Bitmap ( Assembly . GetExecutingAssembly ( ) . GetManifestResourceStream ( "Icon.png" ) ) ) . GetHicon ( ) ) ;
539539 this . BackColor = SystemColors . ControlDarkDark ;
540540 this . FormBorderStyle = FormBorderStyle . FixedSingle ;
You can’t perform that action at this time.
0 commit comments