This commit is contained in:
Darren Ohonba - Evans
2025-02-24 00:04:29 +00:00
parent 2f102c51d8
commit 3d6d0c81d5
20 changed files with 1019 additions and 241 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

View File

@@ -73,7 +73,7 @@ namespace AsusFanControlGUI.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("20,1-60,1-61,20-70,20-71,30-80,55")]
[global::System.Configuration.DefaultSettingValueAttribute("20,1-60,1-61,20-70,20-71,30-100,100-105,100")]
public string FanCurvePoints {
get {
return ((string)(this["FanCurvePoints"]));
@@ -166,5 +166,17 @@ namespace AsusFanControlGUI.Properties {
this["errorMsg"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("20,1-60,1-61,20-70,20-71,30-100,100-105,100")]
public string DefaultFanCurvePoints {
get {
return ((string)(this["DefaultFanCurvePoints"]));
}
set {
this["DefaultFanCurvePoints"] = value;
}
}
}
}

View File

@@ -15,7 +15,7 @@
<Value Profile="(Default)">Off</Value>
</Setting>
<Setting Name="FanCurvePoints" Type="System.String" Scope="User">
<Value Profile="(Default)">20,1-60,1-61,20-70,20-71,30-80,55</Value>
<Value Profile="(Default)">20,1-60,1-61,20-70,20-71,30-100,100-105,100</Value>
</Setting>
<Setting Name="allowFanCurveSettingViaText" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
@@ -38,5 +38,8 @@
<Setting Name="errorMsg" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DefaultFanCurvePoints" Type="System.String" Scope="User">
<Value Profile="(Default)">20,1-60,1-61,20-70,20-71,30-100,100-105,100</Value>
</Setting>
</Settings>
</SettingsFile>