Add a plugin version note

This commit is contained in:
Erjan Gavalji
2016-02-25 07:33:07 +02:00
parent d99e7336df
commit 13dbe4fd80

View File

@@ -18,11 +18,13 @@ letter.
iOS/Android/Both
### Please provide the following version numbers that your issue occurs with:
CLI: (run `tns --version` to fetch it)
Cross-platform modules: (check the 'version' attribute in the
- CLI: (run `tns --version` to fetch it)
- Cross-platform modules: (check the 'version' attribute in the
`node_modules/tns-core-modules/package.json` file in your project)
Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in your
projects `package.json` file)
- Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in the
`package.json` file of your project)
- Plugin(s): (look for the version number in the `package.json` file of your
project)
### Please tell us how to recreate the issue in as much detail as possible.