Nuget Package Versioning - Max Integer for Major/Minor/Patch?

Nuget is using Semver as its versioning scheme.
Semver 2.0 does not define a size for the numeric identifiers.
It does recommend a limit of 255 characters for the entire string in its FAQ.
Since this is not part of the spec you can expect different implementations to have their own limitation.