Skip to content

Releases: kevinoid/appveyor-swagger

v0.20171021.0

21 Oct 17:07
v0.20171021.0
Compare
Choose a tag to compare
  • Add pro-vs2013 to BuildCloudName.

v0.20171019.0

19 Oct 17:28
v0.20171019.0
Compare
Choose a tag to compare
  • Add pro-vs2017 to BuildCloudName.

v0.20170827.0

27 Aug 16:14
v0.20170827.0
Compare
Choose a tag to compare
  • Add saveBuildCacheInPullRequests to Project.

v0.20170803.0

03 Aug 18:04
v0.20170803.0
Compare
Choose a tag to compare
  • Add dotnetCsprojFile, dotnetCsprojPackageVersionFormat, dotnetCsprojVersionFormat, hotFixScripts to ProjectConfiguration.

v0.20170622.0

22 Jun 22:26
v0.20170622.0
Compare
Choose a tag to compare
  • Add Visual Studio 2017 Preview to BuildWorkerImageName

v0.20170518.0

19 May 06:15
v0.20170518.0
Compare
Choose a tag to compare
  • Add Ubuntu to OSType, BuildCloudName, BuildWorkerImageName

v0.20170507.0

07 May 09:28
v0.20170507.0
Compare
Choose a tag to compare
  • Add osType to BuildJob and BuildWorkerImage.
  • Add rollingBuildsDoNotCancelRunningBuilds to Project.
  • Better document scheduleCrontabExpression.

v0.20170503.0

03 May 08:26
v0.20170503.0
Compare
Choose a tag to compare
  • Breaking Rename path parameter for getProjectStatusBadge and getProjectBranchStatusBadge to statusBadgeId to match its new source, which is the new statusBadgeId property of ProjectWithConfiguration objects. The value of this property matches webhookId (the previous parameter source) for existing projects but will differ for new projects.
  • Add enumeration values for BuildCloudName and BuildWorkerImageName.
  • Add matrixExclude property to ProjectConfiguration.
  • Additional property documentation strings.
  • Bump dependency versions.

v0.20170308.0

08 Mar 23:51
v0.20170308.0
Compare
Choose a tag to compare
  • API Breaking getEnvironments, getEnvironmentDeployments, and getProjectDeployments responses now include fewer properties. Introduce *LookupModel schemas for these abbreviated types (based on the name in the XML) and rework the existing schemas to use them where appropriate.
  • Add encryptValue operation to encrypt a string value for use in StoredValue properties (e.g. environment variable values).
  • Add more documentation for properties with non-obvious behavior.

v0.20170107.1

08 Mar 23:50
v0.20170107.1
Compare
Choose a tag to compare
  • Add getProjectStatusBadge, getProjectBranchStatusBadge, and getPublicProjectStatusBadge operations for getting project build status badge images.
  • Remove security for operations which do not require authentication.