Skip to content

Releases: itsmevjnk/HRng

WinFormsFrontend 2022.09.30

30 Sep 16:06
Compare
Choose a tag to compare
Pre-release

Here comes the first official release of HRng's WinForms frontend! As of now, it's still pretty much WIP, but I suppose it's stable enough to be released.
There are three flavors of WinFormsFrontend package to choose from:

  • WinFormsFrontend.zip: The least packed option available. All assemblies (DLL files) are not linked to the EXE file, and as a result, this version can run on both 32-bit and 64-bit Windows installations. Requires .NET 6.0 to be installed.
  • WinFormsFrontend.Windows.X(86/64).zip: With this option, the assemblies are linked into a single EXE file; however, .NET 6.0 is still required, as the runtime isn't included.
  • WinFormsFrontend.Windows.X(86/64).SelfContained.zip: This is the most packed option, with the runtime linked into the executable. While it is significantly larger than the above variants, it does not require .NET 6.0 to be installed.