Skip to content

Commit 1d1aeb7

Browse files
authored
Update README.md
1 parent 9c23d71 commit 1d1aeb7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ RM is not limited to file uploads/downloads. You can even use RM for articles, n
77

88
In addition to providing you with the ability to upload and download items, RM also provides a User Rating and Feedback system. You can decide if you want to allow your visitors to rate your items or enter comments on each item. RM also institutes a comprehensive security layer that allows you complete control over who can download, who can upload, who can rate or comment and where your items will be physically located on your web server.
99

10+
## Maintainer
11+
This module is currently maintained by Ilpo Juvander @juvander , please coordinate with him regarding potential breaking changes and before any release.
12+
1013
## Compatibility
1114
| Dnn Repository version | Min Tested Dnn version | Max Tested Dnn version |
1215
| -------------------------:| ----------------------:| ----------------------:|
1316
| Included or 03.05.06 | 00.00.00 | 09.01.01 |
1417
| 04.00.00 | 06.01.00 | 09.02.00 |
18+
| 04.01.00 | unkown | 09.04.04 |
1519

1620
## Building the module from source and submitting pull requests
1721
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases
@@ -22,4 +26,4 @@ In addition to providing you with the ability to upload and download items, RM a
2226
6. Install one of the zip packages using the Dnn extension installer as any other module
2327
7. In Visual Studio, create a new branch to isolate your changes.
2428
8. In Visual studio, to test any changes, you need to build in debug mode, this will compile and copy all files from Dnn.Repository (the source code) to Repository (the deployment folder). To debug, use the attach to process feature and attach it to the w3wp process that matches the running site.
25-
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associate your pull request with existing issues.
29+
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associate your pull request with existing issues.

0 commit comments

Comments
 (0)