Update to latset GitReleaseManager (currently 0.19.0) #195
Labels
1 - Ready
Issue is accepted, milestone added and are ready to be worked on
Improvement
Issues that enhances existing functionality, or adds new features
Milestone
Checklist
Is Your Feature Request Related To A Problem? Please describe.
When attempting some operations on GitLab repositories, there is a mapping issue between int and long. This is a known issue with the NGitLab library that GitReleaseManager uses. A newer version of NGitLab is now being used in GitReleaseManager, which has been proven to fix the problem, we just need to update to the newly available version.
Describe The Solution. Why is it needed?
We need to update the
gitReleaseManagerGlobalTool
andgitReleaseManagerTool
strings in thetoolsettings.cake
file to use 0.19.0 as a minimum. This is the first version that addresses an issue preventing some operations on GitLab repositories due to a mapping issue between int and long.Additional Context
N/A
Related Issues
N/A
The text was updated successfully, but these errors were encountered: