Releases: CasualYT31/SystemProperties
Releases · CasualYT31/SystemProperties
Fixing the Windows bug fix...
0.6 Update README.md
Fixing small Windows bug
Do not use this version, it's broken. Use 0.6 instead.
Linux Support
- Linux is now fully supported.
StorageTotal()
andStorageFree()
now check the current drive the program is running on instead of the primary drive [explicitly]. These methods should work on macOS but I have no idea if they actually do.
0.3
I haven't added any new features, but I've significantly overhauled the library. It is now much more performant. It no longer relies on PowerShell or writing external files.
0.2
This release adds a few more features, again, for Windows only:
- Ability to query for the size of the primary drive.
- Ability to query for the free space of the primary drive.
- Ability to retrieve memory and storage capacities in a given unit (bytes, KB, MB, or GB).
I have also tested this library on more than one Windows machine and it is so far working.
First Release
This version of the library is for Windows only. The following information can be retrieved:
- CPU name and architecture.
- Total RAM installed.
- Operating System name and version.
- GPU vendor, name, and driver version.
I have not extensively tested this on multiple machines, but it should hopefully work. Please read README.md
for more information.