Releases: mavezeau/TeamCitySharp
Release 2.0.17
Release 2.0.15
No new feature but reverted issue observed my the latest version
Release 2.0.14
Fix issue with big artifacts download
Added .netcore 3.1
New version 2.0.12
Added new feature asked on the issue 31:
#31
fix instability inside the download artifacts
New version 2.0.11
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");
New version 2.0.10 (Bad Version)
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");
Version 2.0.9
Add support to fetch branch information by project or build config
Add missing field for branches
new Method
-
BuildConfigs
GetBranchesByBuildConfigurationId(string buildTypeId, BranchLocator locator = null) -
Project
GetBranchesByBuildProjectId(string projectId, BranchLocator locator = null)
Merge Request include this build:
Version 2.0.8
- Fix download artifacts with a git branch
- Add method to create a build configuration with other properties
Better support of statistics
Now, it's possible directly on the build to fetch the build statistics on one request
Add pin and unpin method by a build number
Add pin and unpin method by a build number
Reorder method in the Ibuild interface