Skip to content

Releases: mavezeau/TeamCitySharp

Release 2.0.17

08 Aug 13:10
Compare
Choose a tag to compare

Include stuff from contributor

Release 2.0.15

27 May 17:56
Compare
Choose a tag to compare

No new feature but reverted issue observed my the latest version

Release 2.0.14

23 Mar 18:05
Compare
Choose a tag to compare

Fix issue with big artifacts download
Added .netcore 3.1

New version 2.0.12

22 Jun 17:25
Compare
Choose a tag to compare

Added new feature asked on the issue 31:
#31

fix instability inside the download artifacts

New version 2.0.11

22 Apr 20:01
Compare
Choose a tag to compare

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)

22 Apr 18:40
Compare
Choose a tag to compare

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

09 Jan 16:13
Compare
Choose a tag to compare

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

08 Jan 18:36
Compare
Choose a tag to compare
  • Fix download artifacts with a git branch
  • Add method to create a build configuration with other properties

Better support of statistics

03 Jul 19:38
Compare
Choose a tag to compare

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

06 Aug 17:35
Compare
Choose a tag to compare

Add pin and unpin method by a build number
Reorder method in the Ibuild interface