Skip to content

Commit

Permalink
updated readme to reflect changelog, license, dependencies and downlo…
Browse files Browse the repository at this point in the history
…ad url
  • Loading branch information
koddek committed Jun 26, 2019
1 parent 641765c commit f147e96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions CodeDek.FolderMapper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderMapper", "src\FolderM
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14DCDB34-A8A4-4B3E-993B-E9B77775CBB8}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CodeDek's Folder Mapper
This is a Windows App used for mapping or unmapping any folder to and from a drive. It's still in development but should soon reach final. Keep an eye on releases.
This is a Windows App used for mapping or unmapping any folder to and from a drive.
It's still in development but should soon reach final. Keep an eye on releases.

### License & Copyright
© 2019 CodeDek. All Rights Reserved.
Licensed under the [GPL-3.0](LICENSE).

### Dependencies
- .NET Framework 4.8 (Required to be installed on your machine)
- [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48) (Required to be installed on your machine)

### Map Folder to a drive letter
1. Select a drive letter
Expand Down Expand Up @@ -35,4 +40,7 @@ This displays information about the app, its website, source and updates.
**Figure 3** About Folder Mapper

### Submit Issues or Requests
If you have any issues or requests, you can submit your [issues here](https://github.com/codedek/CodeDek.FolderMapper/issues).
If you have any issues or requests, you can submit your [issues here](https://github.com/codedek/CodeDek.FolderMapper/issues).

### Downloads
[Version 1.0](https://github.com/codedek/CodeDek.FolderMapper/releases/tag/v1.0) - [Change log](CHANGELOG)

0 comments on commit f147e96

Please sign in to comment.