diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98d63b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.vs/ +obj/ +bin/ \ No newline at end of file diff --git a/FanCtrl.csproj b/FanCtrl.csproj index c03fd69..ac7ff40 100644 --- a/FanCtrl.csproj +++ b/FanCtrl.csproj @@ -28,7 +28,7 @@ Lich FanCtrl 0 - 1.4.5.0 + 1.4.6.0 false true true diff --git a/MainForm.cs b/MainForm.cs index 5d18ae7..9857a2f 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -1024,7 +1024,7 @@ private void onDonatePictureBoxClick(object sender, MouseEventArgs e) } else { - System.Diagnostics.Process.Start("https://www.buymeacoffee.com/lich"); + System.Diagnostics.Process.Start("https://www.paypal.com/paypalme/lich426"); } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 681f7f3..e23f2c0 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를 // 기본값으로 할 수 있습니다. -[assembly: AssemblyVersion("1.4.5")] -[assembly: AssemblyFileVersion("1.4.5")] -[assembly: AssemblyInformationalVersion("1.4.5")] +[assembly: AssemblyVersion("1.4.6")] +[assembly: AssemblyFileVersion("1.4.6")] +[assembly: AssemblyInformationalVersion("1.4.6")] diff --git a/dll/LibreHardwareMonitorLib.dll b/dll/LibreHardwareMonitorLib.dll index 3edbca4..6b355a1 100644 Binary files a/dll/LibreHardwareMonitorLib.dll and b/dll/LibreHardwareMonitorLib.dll differ