Skip to content

Commit

Permalink
Version 0.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjinov committed Jul 29, 2020
1 parent 6639f92 commit ef0f5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hardware.Info/Hardware.Info.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<PackageId>Hardware.Info</PackageId>
<Product>Hardware.Info</Product>
<Version>0.0.0.1</Version>
<Version>0.0.1.0</Version>
<Authors>Jinjinov</Authors>
<Description>Battery, BIOS, CPU, drives, keyboard, memory, monitors, motherboard, mouse, network adapters, printers, sound devices and video controllers. Hardware.Info is a .NET Standard 2.0 library and uses WMI on Windows, lshw on Linux and sysctl on macOS.</Description>
<PackageTags>Computer;Device;Hardware;Info;Information;NET Standard;Windows;Linux;macOS</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to use:

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

<PackageReference Include="Hardware.Info" Version="0.0.0.1" />
<PackageReference Include="Hardware.Info" Version="0.0.1.0" />

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

Expand Down

0 comments on commit ef0f5fa

Please sign in to comment.