How to update to the latest version from existing project?
I need help on updating to the latest version of the plugin. I'm working on an NFC app which makes use of this plugin. It's an amazing plugin which makes all NFC implementation so easy to handle…couldn't have asked for more. My project was developed right over the sample VS project made available in the Git, and not by including the external nuget package into existing project. Sadly there is no documentation available which will tell what version of the plugin was used that time. By roughly tracking dates against the CHANGELOG.md file, I guess it is 0.1.20 or 0.1.21. My first question is - is there any way I can know for sure which version of the plugin is in use? I searched the source files of the plugin, but couldn't find it. Second question - Now I need to use the latest version of the plugin in my existing project. Since it was not included as a standard nuget package, there is no way I can see it in the update manager and simply udate it to the latest version. So any guidelines on how should I integrate the latest version in my project? I understand that this is not an issue report or a feature suggestion, but couldn't find a better place to ask for help.