Skip to content

Commit 5912bd8

Browse files
authored
Add files via upload
1 parent c20bcef commit 5912bd8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Implementation/src/AssemblyInfo.cs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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("")]

Implementation/src/UI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)