Skip to content

Commit

Permalink
Merge pull request #129 from Lion-Craft/staging
Browse files Browse the repository at this point in the history
#128 Update Readme
  • Loading branch information
Lion-Craft authored Nov 19, 2023
2 parents 9c24f49 + f430e3c commit 1bc6b78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand Down
10 changes: 6 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|| :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.
2 changes: 1 addition & 1 deletion Tinyinfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 1bc6b78

Please sign in to comment.