Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Releases: smartsheet-platform/smartsheet-csharp-sdk

v2.101.0

28 Jul 23:47
Compare
Choose a tag to compare

v2.93.2

11 Jun 23:50
Compare
Choose a tag to compare

v2.93.1

24 Mar 19:24
Compare
Choose a tag to compare

v2.93.0

12 Mar 22:26
Compare
Choose a tag to compare

[2.93.0] - 2020-03-12

Added

  • Webhooks for columns support

Fixed

Changed

  • disable Newtonsoft default configuration of deserializing strings that "look like" dates into C# DateTime objects,
    see README for details on how
    to opt-out of this change if required.

v2.86.0

08 Nov 22:31
Compare
Choose a tag to compare

[2.86.0] - 2019-11-07

Added

  • type and object definitions to support multi-picklist columns

Changed

  • dashboard widget model to support widgets that are in an error state
  • additions to CellDataItem widget contents to support METRIC widgets containing sheet summary fields

v2.83.0

23 Aug 19:31
Compare
Choose a tag to compare

[2.83.0] - 2019-08-23

Added

  • support for sheet profiles
  • include format and objectValue in the includes for GetCellHistory (Issue #109)

Changed

  • continue to support level 0 widget types

v2.77.0

25 Jul 17:50
Compare
Choose a tag to compare

[2.77.0] - 2019-07-25

Added

  • CARD_DONE tag to column tags enumeration
  • Description property to Column model
  • ListUsers accepts an includes parameter - the only currently accepted argument value is LAST_LOGIN
  • 'DateFormat' property to FormatTables model
  • SOURCE as include flag to GetSight
  • SOURCE and SCOPE as include flags to GetReport

Changed

  • Significant overhaul to Sights (AKA dashboards) - added separate content models for each widget type
  • Started a revamp of ITs to provide better test coverage

v2.68.3

21 Jun 18:31
Compare
Choose a tag to compare

[2.68.3] - 2019-6-21

Added

  • rules, ruleRecipients and shares to inclusions
  • exclusion to CopySheet method

v2.68.2

29 May 23:21
Compare
Choose a tag to compare

[2.68.2] - 2019-5-29

Added

  • Support for .NET Standard 2.0. Nuget.org package contains assemblies for both .NET Framework 4.5.2 and
    .NET Standard 2.0.

v2.68.1

15 May 22:08
Compare
Choose a tag to compare

[2.68.1] - 2019-5-15

Fixed

  • Added missing public class declarations for some of the ObjectValue types