diff --git a/Hardware.Info/Hardware.Info.csproj b/Hardware.Info/Hardware.Info.csproj index 41940d7..f0333d7 100644 --- a/Hardware.Info/Hardware.Info.csproj +++ b/Hardware.Info/Hardware.Info.csproj @@ -9,8 +9,8 @@ Hardware.Info Hardware.Info - 100.1.1.0 - 100.1.1.0 + 100.1.1.1 + 100.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 d77ad05..bbb105e 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: @@ -231,6 +231,8 @@ Setting `includeNetworkAdapterConfiguration` to `false` has only a small impact ## Version history: +- 100.1.1.1 + - Fixed `GetNetworkAdapterList` in Linux - thanks to [@Pregath0r](https://github.com/Pregath0r) - 100.1.1.0 - Added `ComputerSystem` info in Windows, macOS, Linux - thanks to [@Zagrthos](https://github.com/Zagrthos) - 100.1.0.1