Skip to content

Commit fbb8a66

Browse files
committed
Version 0.1.1.1
1 parent a67cf26 commit fbb8a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hardware.Info/Hardware.Info.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<PackageId>Hardware.Info</PackageId>
1111
<Product>Hardware.Info</Product>
12-
<Version>0.1.1.0</Version>
12+
<Version>0.1.1.1</Version>
1313
<Authors>Jinjinov</Authors>
1414
<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>
1515
<PackageTags>Computer;Device;Hardware;Info;Information;NET Standard;Windows;Linux;macOS</PackageTags>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to use:
66

77
1. Include NuGet package from https://www.nuget.org/packages/Hardware.Info
88

9-
<PackageReference Include="Hardware.Info" Version="0.1.1.0" />
9+
<PackageReference Include="Hardware.Info" Version="0.1.1.1" />
1010

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

0 commit comments

Comments
 (0)