Skip to content

Commit

Permalink
Update LHM library
Browse files Browse the repository at this point in the history
  • Loading branch information
lich426 committed Jan 31, 2022
1 parent 9ad23e3 commit a0c8a6a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.vs/
obj/
bin/
2 changes: 1 addition & 1 deletion FanCtrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PublisherName>Lich</PublisherName>
<SuiteName>FanCtrl</SuiteName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.4.5.0</ApplicationVersion>
<ApplicationVersion>1.4.6.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Binary file modified dll/LibreHardwareMonitorLib.dll
Binary file not shown.

0 comments on commit a0c8a6a

Please sign in to comment.