Skip to content

Commit

Permalink
LHM update(Add support for Intel Gen11 Rocket Lake)
Browse files Browse the repository at this point in the history
  • Loading branch information
lich426 committed Apr 10, 2021
1 parent 20e3d5a commit 373c2a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FanCtrl.csproj
Expand Up @@ -28,7 +28,7 @@
<PublisherName>Lich</PublisherName>
<SuiteName>FanCtrl</SuiteName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.3.7.0</ApplicationVersion>
<ApplicationVersion>1.3.8.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
1 change: 1 addition & 0 deletions Program.cs
Expand Up @@ -50,3 +50,4 @@ public static void releaseMutex()
}
}
}

6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
//
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
[assembly: AssemblyVersion("1.3.7")]
[assembly: AssemblyFileVersion("1.3.7")]
[assembly: AssemblyInformationalVersion("1.3.7")]
[assembly: AssemblyVersion("1.3.8")]
[assembly: AssemblyFileVersion("1.3.8")]
[assembly: AssemblyInformationalVersion("1.3.8")]
Binary file modified dll/LibreHardwareMonitorLib.dll
Binary file not shown.

0 comments on commit 373c2a0

Please sign in to comment.