Skip to content

New version 2.0.10 (Bad Version)

Compare
Choose a tag to compare
@mavezeau mavezeau released this 22 Apr 18:40
· 15 commits to master since this release

Added new connection feature with access token (since Teamcity 2019.1)

Example:
// see https://www.jetbrains.com/help/teamcity/2019.2/authentication-modules.html#AuthenticationModules-tokenBasedAuth
var client = new TeamCityClient("localhost:81");
client.ConnectWithAccessToken("Token");