Skip to content

Commit

Permalink
Version 3.0.3 Build 5421
Browse files Browse the repository at this point in the history
  • Loading branch information
dtechsrv committed May 20, 2021
1 parent 3d07458 commit 3a7c214
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A simple system information and real-time network monitoring utility.\
This utility reads all system information directly from WMI database.

## Current stable version: 3.0.2 Build 5420 (2019-12-05)
## Current stable version: 3.0.3 Build 5421 (2021-05-20)

![](Screenshots/SINMx86_LoadSplash.png)

Expand All @@ -23,6 +23,10 @@ __Requirements:__ Microsoft .NET Framework 3.5 (Minimum required: 2.0 SP2).

## Changelog since version 2.1.0 (Hungarian only)

__2021-05-20 - Version 3.0.3 / Build 5421 (stable)__

- Intel SATA SSD-k detektálása javítva.

__2019-12-05 - Version 3.0.2 / Build 5420 (stable)__

- Hiányzó processzor név patch lekezelésének javítása (Windows 2000),
Expand Down Expand Up @@ -149,4 +153,4 @@ __2019-03-20 - Version 2.2.0 / Build 4500 (stable)__
- Windows 7 lemez szériaszám korrekció (hexadecimális visszaalakítás és bájtsorrend csere),
- Rendszermemória tizedes elválasztó hiba javítva.

__Copyright (C) 2019 dtech(.hu), [http://sinmx86.dtech.hu/](http://sinmx86.dtech.hu/).__
__Copyright (C) 2021 dtech(.hu), [http://sinmx86.dtech.hu/](http://sinmx86.dtech.hu/).__
4 changes: 2 additions & 2 deletions SINMx86/MainWindow.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1568,8 +1568,8 @@ Public Class MainWindow
' Léptetés a rekordok között, amíg el nem fogynak
While SmartData(SmartCount) <> 0

' SSD-re jellemző rekord keresése -> Wear Leveling Count (173) vagy Wear Range Delta (177)
If SmartData(SmartCount) = 173 Or SmartData(SmartCount) = 177 Then
' SSD-re jellemző rekord keresése -> Reserved Block Count (170), Wear Leveling Count (173) vagy Wear Range Delta (177)
If SmartData(SmartCount) = 170 Or SmartData(SmartCount) = 173 Or SmartData(SmartCount) = 177 Then
DiskType(DiskSort(ListCount)) = "SSD"
End If

Expand Down
6 changes: 3 additions & 3 deletions SINMx86/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("https://github.com/dtechsrv/SINMx86")>
<Assembly: AssemblyCompany("dtech(.hu)")>
<Assembly: AssemblyProduct("System Information and Network Monitor")>
<Assembly: AssemblyCopyright("Copyright (C) 2019 dtech(.hu)")>
<Assembly: AssemblyCopyright("Copyright (C) 2021 dtech(.hu)")>
<Assembly: AssemblyTrademark("This software is open source and portable.")>

<Assembly: ComVisible(True)>
Expand All @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("3.0.2.5420")>
<Assembly: AssemblyFileVersion("3.0.2.5420")>
<Assembly: AssemblyVersion("3.0.3.5421")>
<Assembly: AssemblyFileVersion("3.0.3.5421")>

<Assembly: NeutralResourcesLanguageAttribute("hu-HU")>
Binary file modified Screenshots/SINMx86_LoadSplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a7c214

Please sign in to comment.