Skip to content

Commit

Permalink
Updated README.md with info about versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniruTEC authored May 4, 2020
1 parent 670147d commit ecda6a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ To publish to a local Maven repository, execute as the third step `./gradlew.bat
## Examples
Example user filesystems using this library, see the examples package [dev.dokan.dokan_java.examples](https://github.com/dokan-dev/dokan-java/tree/develop/src/main/java/dev/dokan/dokan_java/examples).

## Versioning
Dokan-Java uses it's own versioning system and therefore doesn't match the versions of Dokany.
For Dokan-Java to work you need to have a suitable version of Dokany installed on your machine. The following table helps you choose the correct Dokany-version.

| Dokan-Java Version | Minimum Version of Dokany |
|--------------------|---------------------------|
| 1.0.0 - 1.1.X | 1.2.0.1000 |
| 1.2.0+ | 1.3.0.1000 |

## Contributing
You're encouraged to contribute. Fork the code and then submit a pull request.

Expand Down

0 comments on commit ecda6a6

Please sign in to comment.