diff --git a/CodeDek.FolderMapper.sln b/CodeDek.FolderMapper.sln index 3f6b0af..126cb4c 100644 --- a/CodeDek.FolderMapper.sln +++ b/CodeDek.FolderMapper.sln @@ -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 diff --git a/README.md b/README.md index d86b617..945bd94 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). \ No newline at end of file +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) \ No newline at end of file