This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Releases: smartsheet-platform/smartsheet-csharp-sdk
Releases · smartsheet-platform/smartsheet-csharp-sdk
v2.101.0
v2.93.2
v2.93.1
v2.93.0
[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
[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
v2.77.0
[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 isLAST_LOGIN
- 'DateFormat' property to FormatTables model
SOURCE
as include flag to GetSightSOURCE
andSCOPE
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
[2.68.3] - 2019-6-21
Added
- rules, ruleRecipients and shares to inclusions
- exclusion to CopySheet method
v2.68.2
[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
[2.68.1] - 2019-5-15
Fixed
- Added missing public class declarations for some of the ObjectValue types