Skip to content

Releases: CasualYT31/SystemProperties

Fixing the Windows bug fix...

22 Jul 17:13
9dee945
Compare
Choose a tag to compare
Pre-release
0.6

Update README.md

Fixing small Windows bug

22 Jul 16:50
f1a24ef
Compare
Choose a tag to compare
Pre-release

Do not use this version, it's broken. Use 0.6 instead.

Linux Support

22 Jul 16:43
344e8ee
Compare
Choose a tag to compare
Linux Support Pre-release
Pre-release
  • Linux is now fully supported.
  • StorageTotal() and StorageFree() 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

21 Jul 05:53
6df7d36
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

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

14 Jul 17:41
f4f7f1d
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

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

08 Jul 22:13
81cd7fe
Compare
Choose a tag to compare
First Release Pre-release
Pre-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.