Skip to content

Commit

Permalink
Version 11.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Urban committed Apr 17, 2023
1 parent 760ab38 commit e2d9661
Show file tree
Hide file tree
Showing 2 changed files with 6 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.0.0.0</PackageVersion>
<Version>11.0.0.0</Version>
<PackageVersion>11.0.0.1</PackageVersion>
<Version>11.0.0.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
5 changes: 4 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.0.0.0" />
<PackageReference Include="Hardware.Info" Version="11.0.0.1" />
</ItemGroup>

2. Call `RefreshAll()` or one of the other `Refresh*()` methods:
Expand Down Expand Up @@ -203,6 +203,9 @@ Setting `includeNetworkAdapterConfiguration` to `false` has only a small impact

## Version history:

- 11.0.0.1
- Added `L1DataCacheSize` and `L1InstructionCacheSize` in Windows, macOS, Linux
- Fixed `L2CacheSize` and `L3CacheSize` in Windows, Linux
- 11.0.0.0
- Fixed `GetNetworkAdapterList` in Windows - thanks to [@isenmann](https://github.com/isenmann)
- 10.1.1.1:
Expand Down

0 comments on commit e2d9661

Please sign in to comment.