Skip to content

Commit 5e4735a

Browse files
committed
修改版本号
1 parent e69907b commit 5e4735a

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

TimeControl/TimeControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<Authors>SamHou</Authors>
8-
<Version>3.6.0</Version>
8+
<Version>3.6.2</Version>
99
<StartupObject>TimeControl.Program</StartupObject>
1010
<AssemblyVersion></AssemblyVersion>
1111
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>

TimeControl/Windows/ControlPanel.Designer.cs

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

TimeControl/Windows/ControlPanel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public ControlPanel(bool hide)
4444
Environment.Exit(0);
4545
}
4646
InitializeComponent();
47+
versionLabel.Text = $"版本:{Assembly.GetExecutingAssembly().GetName().Version}";
4748
InitializeSettings();
4849
this.hide = hide;
4950
//数据记录

0 commit comments

Comments
 (0)