Skip to content

v18.9

Compare
Choose a tag to compare
@sva1000 sva1000 released this 23 Oct 18:15
· 30 commits to master since this release

SDK updated to ver. 18.9 of Aspose.Tasks for Cloud.

  1. Duration type was added.

  2. [Breaking] Changes in ExtendedAttribute type (used in Task.ExtendedAttributes, Resource.ExtendedAttributes, ResourceAssignment.ExtendedAttributes collections):

    • 'DurationFormat' field was removed
    • 'Value' field was removed
    • 'AttributeType' field was added
    • Following fields were added: 'DateValue', 'DurationValue', 'NumericValue', 'FlagValue', 'TextValue'.

For example in order to get or set the value of a custom field with 'Date', 'Start' or 'Finish' type one should use 'DateValue' field.

  1. GET /{name}/extendedattributes/{index} and DELETE /{name}/extendedattributes/{index} endpoints: index parameter now can be FieldId as well as index of attribute in project.ExtendedAttributes collection.

    The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+18.9+Release+Notes