From 3c8a1f7ab9983046e21ee264946e04a6d7e503a0 Mon Sep 17 00:00:00 2001 From: Urban Date: Wed, 19 Jul 2023 20:09:29 +0200 Subject: [PATCH] Version 11.1.1.1 --- Hardware.Info/Hardware.Info.csproj | 4 ++-- README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Hardware.Info/Hardware.Info.csproj b/Hardware.Info/Hardware.Info.csproj index f116523..b7b6c44 100644 --- a/Hardware.Info/Hardware.Info.csproj +++ b/Hardware.Info/Hardware.Info.csproj @@ -9,8 +9,8 @@ Hardware.Info Hardware.Info - 11.1.1.0 - 11.1.1.0 + 11.1.1.1 + 11.1.1.1 Jinjinov Battery, BIOS, CPU - processor, storage drive, keyboard, RAM - memory, monitor, motherboard, mouse, NIC - network adapter, printer, sound card - audio card, graphics card - video card. Hardware.Info is a .NET Standard 2.0 library and uses WMI on Windows, /dev, /proc, /sys on Linux and sysctl, system_profiler on macOS. Copyright (c) Jinjinov 2022 diff --git a/README.md b/README.md index 58786a1..af54aaf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Battery, BIOS, CPU - processor, storage drive, keyboard, RAM - memory, monitor, 1. Include NuGet package from https://www.nuget.org/packages/Hardware.Info - + 2. Call `RefreshAll()` or one of the other `Refresh*()` methods: @@ -211,6 +211,8 @@ Setting `includeNetworkAdapterConfiguration` to `false` has only a small impact ## Version history: +- 11.1.1.1 + - Fixed `GetMonitorList` in Windows - by [@Geevo](https://github.com/Geevo) - 11.1.1.0 - Fixed `GetMonitorList` in Windows - by [@Geevo](https://github.com/Geevo) - 11.1.0.1