Releases: seatsio/seatsio-dotnet
Releases · seatsio/seatsio-dotnet
v98.0.0
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 by @dependabot in #92
- Removed subaccounts by @mroloux in #94
Full Changelog: v97.2.0...v98.0.0
v97.2.0
What's Changed
Full Changelog: v97.1.0...v97.2.0
v97.1.0
What's Changed
- Bump xunit from 2.4.2 to 2.5.0 by @dependabot in #89
- Expose variableOccupancy, minOccupancy, and maxOccupancy by @schaloner in #90
Full Changelog: v97.0.0...v97.1.0
v97.0.0
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.3 by @dependabot in #87
- Removed social distancing by @mroloux in #88
Full Changelog: v96.1.0...v97.0.0
v96.1.0
What's Changed
Full Changelog: v96.0.0...v96.1.0
v96.0.0
What's Changed
Full Changelog: v95.1.0...v96.0.0
Migrating from v95
Client.Events.Create()
now takes aCreateEventParams
objectClient.events.Update()
now takes anUpdateEventParams
object- Deleted
Client.Events.UpdateXXX()
methods. Use the regularUpdate()
method instead
v95.1.0
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #83
- add seat.isAccessible, seat.isCompanionSeat and seat.hasRestrictedVie… by @bverbeken in #84
Full Changelog: v95.0.0...v95.1.0
v95.0.0
What's Changed
Full Changelog: v94.2.0...v95.0.0
Migrating from v94
Client.Events.Channels.Replace()
now takes a list instead of a map. If you want to just replace the channel metadata but keep the objects (likereplace()
used to do), you have to explicitly pass in the objects.- We removed
Client.Events.Channels.SetObjects()
in favour ofClient.Events.Channels.Replace()
v94.2.0
What's Changed
- Bump RestSharp from 108.0.3 to 109.0.1 by @dependabot in #79
- Bump RestSharp from 109.0.1 to 110.2.0 by @dependabot in #80
- Added tryToPreventOrphanSeats flag when selecting best available objects by @mroloux in #81
Full Changelog: v94.1.0...v94.2.0
v94.1.0
What's Changed
- merge publish.yml into release.yml by @bverbeken in #78
Full Changelog: v94.0.0...v94.1.0