diff --git a/README.md b/README.md index f277bad..a4c5e44 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Lightweight System Info tool for Windows written in C# using .NET Framework 4.7. Tinyinfo currently gives you information about the following components: - CPU - GPU + - When using NVIDIA Graphics more info will be shown. - RAM - Drives - Motherboard @@ -22,9 +23,9 @@ Windows by default marks all downloaded executables with "not enough reputation" You can either click on "More info" and then "Run anyway" in the SmartScreen warning or right click the ZIP before extracting, select "Properties", check the "Unblock" checkbox and then press "Ok". ## What does Tinyinfo need to run? Tinyinfo is relatively easy to run. It requires the following: -- Microsoft Windows (64 Bit recommended) +- Microsoft Windows (64 Bit required) - .NET Framework 4.7.2 -- 50MB free RAM +- 100MB free RAM ## Help, I've found a bug or want a feature. What do I do? Feel free to report bugs or request features via a GitHub Issue. ## How do I contribute to Tinyinfo? diff --git a/SECURITY.md b/SECURITY.md index 220ae3f..8b06b5e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,15 +6,17 @@ Following Versions are currently officially supported. Please note that this lis | Version | Support Status | End of Support | | ------- | ------------------ | -------------- | -| 3 prereleases | :white_check_mark: | On v3 release | -| 3µ prereleases | :white_check_mark: | On v3µ release | +| 3 | :white_check_mark: | No | +| 3µ | :white_check_mark: | No | +| 3 prereleases | :x: | Yes | +| 3µ prereleases | :x: | Yes | | 2.0 | :white_check_mark: (With Service Packs) | 01.01.2024 | | 2.0 prereleases | :x: | Yes | | 1.x | :x: | Yes | -For detailed information please visit https://lioncraft.ione15.com/tinyinfo/versions +For detailed information please visit https://lioncraft.ione15.com/Tinyinfo/versions -## Reporting a Vulnerability +## Reporting a Vulnerability or Bug Please Create a GitHub Issue if you find any Vulnerability or Bug. Try to describe the problem as detailed as possible to allow easier reproduction of the issues aswell as creating the corresponding fixes. diff --git a/Tinyinfo/Properties/AssemblyInfo.cs b/Tinyinfo/Properties/AssemblyInfo.cs index ebba650..45b6fd1 100644 --- a/Tinyinfo/Properties/AssemblyInfo.cs +++ b/Tinyinfo/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.0.*")] -[assembly: AssemblyFileVersion("3.0.2")] +[assembly: AssemblyFileVersion("3.0.3")] \ No newline at end of file