Skip to content

Commit fefd1d7

Browse files
committed
Automatically fill version number
1 parent 9571f13 commit fefd1d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Forms/MainDownload.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Forms/MainDownload.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public partial class Main : Form
1616

1717
private async void Main_Load(object sender, EventArgs e)
1818
{
19+
About.Text += $" v{Application.ProductVersion}";
20+
1921
FPM.VerifyDestinationPath(Path.GetPathRoot(AppDomain.CurrentDomain.BaseDirectory), true);
2022

2123
TabControl.Enabled = false;

0 commit comments

Comments
 (0)