-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
050c70c
commit cb37b64
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Hash-Checker | ||
This is designed to create a hash for a download and compare it to the original hash provided by the source of the download. | ||
|
||
##Getting started | ||
## Getting started | ||
|
||
This project was built using the .NET framework and C#, as a result it will need the following elements installed to run it. | ||
|
||
* Visual Studio - This was developed using Visual Studio 2017, however, any updated version should be fine. It would be useful to ensure that all relevent C# language packs are installed. | ||
* .NET Framework - It was built using .NET Framework v{get-version-number}, there is the possability this project may be updated in the future to utilise .NET Core. | ||
|
||
To load this code in Visual Studio, use the standard method of loading a project by selecting opening the solution file (.sln). Once opened, you can then use the built in compiler to build and run the solution. | ||
|
||
## Releases | ||
|
||
There are no releases yet. |