Inxi.NET 2020.2.0.2

Suggested Alternatives

SpecProbe

There is a newer version of this package available.
See the version list below for details.
dotnet add package Inxi.NET --version 2020.2.0.2
NuGet\Install-Package Inxi.NET -Version 2020.2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Inxi.NET" Version="2020.2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Inxi.NET --version 2020.2.0.2
#r "nuget: Inxi.NET, 2020.2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Inxi.NET as a Cake Addin
#addin nuget:?package=Inxi.NET&version=2020.2.0.2

// Install Inxi.NET as a Cake Tool
#tool nuget:?package=Inxi.NET&version=2020.2.0.2

Inxi.NET is the Linux-only hardware information frontend using Inxi as its backend for getting system information.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Inxi.NET:

Package Downloads
KS.CoreCLR

Simulates our future-planned kernel

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2022.5.0.4 6,257 10/19/2023
2022.5.0.3 4,084 9/14/2023
2022.5.0.2 195 9/13/2023
2022.5.0.1 2,694 8/17/2023
2022.5.0 1,826 7/8/2023
2022.4.1 216 7/6/2023
2022.4.0 389 6/27/2023
2022.3.1.4 561 2/10/2023
2022.3.1.3 389 2/6/2023
2022.3.1.2 669 1/2/2023
2022.3.1.1 2,679 9/28/2022
2022.3.1 5,606 7/19/2022
2022.3.1-build147 196 1/2/2023
2022.3.1-build146 152 1/2/2023
2022.3.1-build145 173 9/28/2022
2022.3.1-build144 182 9/28/2022
2022.3.1-build143 197 9/28/2022
2022.3.1-build142 180 9/15/2022
2022.3.1-build141 220 8/10/2022
2022.3.1-build140 182 8/8/2022
2022.3.1-build139 191 8/5/2022
2022.3.1-build138 193 7/31/2022
2022.3.1-build137 180 7/29/2022
2022.3.1-build134 207 7/19/2022
2022.3.0 789 7/11/2022
2022.3.0-build124 202 7/11/2022
2022.3.0-build122 195 7/11/2022
2022.3.0-build121 188 7/11/2022
2022.3.0-build120 205 7/11/2022
2022.2.0 1,292 6/20/2022
2022.2.0-build117 212 7/10/2022
2022.1.0.2 644 6/9/2022
2022.1.0.1 835 5/7/2022
2022.1.0 626 3/16/2022
2022.0.0 499 3/2/2022
2021.4.0.1 1,060 7/22/2021
2021.4.0 370 7/22/2021
2021.3.0 989 5/14/2021
2021.2.1 668 4/30/2021
2021.2.0 548 4/15/2021
2021.1.1 438 3/26/2021
2021.1.0 410 3/25/2021
2021.0.0 560 3/10/2021
2020.2.0.2 822 1/16/2021
2020.2.0.1 432 1/15/2021
2020.2.0 462 12/23/2020
2020.1.0 521 12/5/2020
2020.0.0 444 11/21/2020

2020.2.0.2:
- To comply with breaking changes Extensification did. If you still use old Extensification, use 2020.2.0.1 or below.
- Made flags lowercase on Windows

2020.2.0.1:
- Fixed overflow exception when parsing Windows logical partitions

2020.2:
- Added support for Windows

2020.1:
- Added few more CPU info
- Added network information

2020.0:
- Initial release