Skip to content

Commit

Permalink
Version 11.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Jul 19, 2023
1 parent 33bf9e8 commit 3c8a1f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Hardware.Info/Hardware.Info.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PropertyGroup>
<Product>Hardware.Info</Product>
<PackageId>Hardware.Info</PackageId>
<PackageVersion>11.1.1.0</PackageVersion>
<Version>11.1.1.0</Version>
<PackageVersion>11.1.1.1</PackageVersion>
<Version>11.1.1.1</Version>
<Authors>Jinjinov</Authors>
<Description>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.</Description>
<Copyright>Copyright (c) Jinjinov 2022</Copyright>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<ItemGroup>
<PackageReference Include="Hardware.Info" Version="11.1.1.0" />
<PackageReference Include="Hardware.Info" Version="11.1.1.1" />
</ItemGroup>

2. Call `RefreshAll()` or one of the other `Refresh*()` methods:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c8a1f7

Please sign in to comment.