Skip to content

Commit 2d594ef

Browse files
committed
Version 101.1.1.0
1 parent f913f88 commit 2d594ef

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ Battery, BIOS, CPU - processor, storage drive, keyboard, RAM - memory, monitor,
66

77
## How to use:
88

9-
1. Include NuGet package from https://www.nuget.org/packages/Hardware.Info
9+
1. Include `Hardware.Info` or `Hardware.Info.Aot` NuGet package
1010

11-
<ItemGroup>
12-
<PackageReference Include="Hardware.Info" Version="101.1.1.0" />
13-
</ItemGroup>
11+
a. https://www.nuget.org/packages/Hardware.Info
12+
13+
<ItemGroup>
14+
<PackageReference Include="Hardware.Info" Version="101.1.1.0" />
15+
</ItemGroup>
16+
17+
b. https://www.nuget.org/packages/Hardware.Info.Aot
18+
19+
<ItemGroup>
20+
<PackageReference Include="Hardware.Info.Aot" Version="101.1.1.0" />
21+
</ItemGroup>
1422

1523
2. Call `RefreshAll()` or one of the other `Refresh*()` methods:
1624

@@ -285,6 +293,7 @@ Setting `includePerformanceCounter` to `false` excludes `PerformanceCounter` in
285293

286294
- 101.1.1.0
287295
- Added `Hardware.Info.Aot` - thanks to [@MartinKuschnik](https://github.com/MartinKuschnik)
296+
- Added `Memory.MemoryType` - thanks to [@loyvsc](https://github.com/loyvsc)
288297
- 101.1.0.1
289298
- Added `Drive.MediaType` in Windows - by [@Bastani](https://github.com/Bastani)
290299
- 101.1.0.0

0 commit comments

Comments
 (0)