Skip to content

Releases: smartsheet/smartsheet-csharp-sdk

6.6.0

04 Dec 15:37
1d63a21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...v6.6.0

6.5.0

25 Nov 08:41
3fa5331

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.4.0...6.5.0

6.4.0

27 Oct 11:52
1bc07ce

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.3.0...6.4.0

6.3.0

01 Oct 13:18
dc92b60

Choose a tag to compare

  • Support for POST /2.0/users/{userId}/plans/{planId}/downgrade
  • Support for POST /2.0/users/{userId}/plans/{planId}/upgrade
  • Support for GET /2.0/users/{userId}/plans
  • Support for GET /2.0/users?planId={planId}&seatType={seatType}
  • Support for DELETE /2.0/users/{userId}/plans/{planId}

5.2.0

01 Oct 11:31
ff7532a

Choose a tag to compare

Added

  • Support for POST /2.0/users/{userId}/plans/{planId}/downgrade
  • Support for POST /2.0/users/{userId}/plans/{planId}/upgrade
  • Support for GET /2.0/users/{userId}/plans
  • Support for GET /2.0/users?planId={planId}&seatType={seatType}
  • Support for DELETE /2.0/users/{userId}/plans/{planId}

Updating new workspaces API based on pagination requirements.

05 Sep 16:26
80d7c90

Choose a tag to compare

Merge pull request #109 from smar-brian-keare/bkeare/workspaces_folders

Deprecate and replace workspace and folder endpoints

Home API Deprecation In Favor Of Folders/Personal

20 Sep 15:59
23edfa6

Choose a tag to compare

Keeping with Smartsheet API deprecation this release moves the SDK towards using folders/personal instead of the home API which is slated for deprecation.

See new API docs here: https://smartsheet.redoc.ly/tag/home#operation/list-home-contents

  • There is also fixes to optional parameters being truly optional.

Upgrade to DotNet 8.0

29 Apr 16:25
0cccf3c

Choose a tag to compare

Major update to dot net version.

3.1.2

13 Feb 19:43
4801ab3

Choose a tag to compare

What's Changed

  • fix: attachment content in #52
  • fix: verify all attachments in #54
  • fix: version bump for 3.1.2 in #56

Full Changelog: 3.1.1...3.1.2

3.1.1

06 Oct 16:22
925dcc5

Choose a tag to compare

  • Updated http client logic to handle Restsharp Async/Await.
  • Fixed mock API tests to reflect above changes.