Skip to content

Releases: seatsio/seatsio-dotnet

v48

21 Nov 08:28
Compare
Choose a tag to compare
v48

When key is not found when fetching a specific event report, empty list is returned. This is consistent with the empty list that's returned when there are no objects on the chart, and a general report is requested.

v47

20 Nov 08:28
Compare
Choose a tag to compare
v47

When key is not found when fetching a specific event report, None is returned to be consistent with the server-side API

v46

24 Oct 13:17
Compare
Choose a tag to compare
v46
tableBookingModes can be passed in when creating or updating an event

v45

16 Oct 09:02
Compare
Choose a tag to compare
v45
Exposed labels property on chart reporting and event reporting calls

v44

09 Oct 11:48
83904ab
Compare
Choose a tag to compare
v44

SeatsioException now has a list of SeatsioApiErrors (that have an error code and a message), instead of a list of strings. This should make it easier to handle specific errors from client code.

v43

04 Oct 08:50
4ce45ad
Compare
Choose a tag to compare
v43

Added support for the new /reports/charts/{chartKey}/byLabel API endpoint.

v42

26 Sep 19:38
Compare
Choose a tag to compare
v42

Exposed expiration in seconds property on hold tokens

v41

24 Sep 14:35
Compare
Choose a tag to compare
v41

Added call to retrieve 'my account'

v40

19 Sep 18:21
Compare
Choose a tag to compare
v40

Added support for .NET Framework 4.5.2

v39

19 Sep 08:22
Compare
Choose a tag to compare
v39

Added support for old versions of Visual Studio that don't know about .NET Standard 2.0