Hi,
I’m using the .net client library for the Octopus API. Whenever I try to make a call, it fails:
var endpoint = new OctopusServerEndpoint(server, apiKey);
`var repository = new OctopusRepository(endpoint);`
`var Environments = repository.Environments.FindAl();`
I get the following error:
This Octopus Deploy server uses a newer API specification (2.0.0) than this tool can handle (3.0.0 to 3.0.99). Please check for updates to this tool.
Am I missing somethign really obvious? I installed the latest Octopus Package this morning and still the same.