Skip to content

Commit

Permalink
Configure README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kornkaobat committed Jul 23, 2020
1 parent f183fc4 commit 703ad52
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,51 @@
# riskremoverCsharp
[![CodeFactor](https://www.codefactor.io/repository/github/kornkaobat/riskremovercsharp/badge)](https://www.codefactor.io/repository/github/kornkaobat/riskremovercsharp)

A stripped down, lightweight version of riskremover written in C# ( .NET Core 3.1 )

## Getting Started

1. Download the latest binary release [here](https://github.com/kornkaobat/riskremoverCsharp/releases/latest).
2. Run *RiskRemover.exe*.

### Prerequisites

This is the current requirements to run this program.

```
Recommended requirements
0. Binaries are Self-Contained, ReadytoRun and Trimmed. Report any anomalies to issues tracker.
1. Tested on Windows 10, Version 2004. For other versions see [Microsoft's Recommendation](https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=netcore30).
2. Stable internet connection.
3. RAM >= 8 GB
```

## Built With

* Visual Studio 2019 16.6.5+ with .NET Core 3.1.6 ( SDK 3.1.302 )

## Contributing

1. Report any issues to the issues tracker.
2. Any pull request to this repository will be manually checked by me, should take 3-4 days on average.


## Versioning

This project uses partial [SemVer](http://semver.org/) for versioning. For the versions available, see [our releases](https://github.com/kornkaobat/riskremoverCsharp/releases).

## Authors

* **Korn** - *Initial , Development and Testing work*

## License

This project is licensed under the GNU GPL v.3 License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* [Lev's Stackoverflow MD5 ILookup table](https://stackoverflow.com/a/62861400/7057020)

* And a lot of minor Stackoverflow code stubs, thank you.

0 comments on commit 703ad52

Please sign in to comment.