Hi All,
I have a Web API to upload document into the share point 2013 library along with updating some metadata fields and versioning into major version.
The file version is getting incremented by 2. Example: "fileVersion": "2" "fileVersion": "4" like 4,6,8,10 ......
instead of 1.
i referred the following link.
https://newze.net/2017/04/new-sharepoint-csom-version-released-for-sharepoint-online-march-2017/
could you please help me on this