We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170e575 commit ee6dfaaCopy full SHA for ee6dfaa
2 files changed
App.config
@@ -57,11 +57,4 @@
57
</setting>
58
</RyzenTuner.Properties.Settings>
59
</userSettings>
60
- <applicationSettings>
61
- <RyzenTuner.Properties.Settings>
62
- <setting name="PerformanceMode" serializeAs="String">
63
- <value>26</value>
64
- </setting>
65
- </RyzenTuner.Properties.Settings>
66
- </applicationSettings>
67
</configuration>
Properties/AssemblyInfo.cs
@@ -25,9 +25,9 @@
25
// Major.Minor.Build.Revision
26
// 程序集的版本信息由下列四个值组成:
27
//
28
-// 主版本
29
-// 次版本
30
-// 生成号
+// 年份
+// 月份
+// 版本号
31
// 修订号
32
-[assembly: AssemblyVersion("1.3.1.000")]
33
-[assembly: AssemblyFileVersion("1.3.1.000")]
+[assembly: AssemblyVersion("2025.6.0.000")]
+[assembly: AssemblyFileVersion("2025.6.0.000")]
0 commit comments