Skip to content

Releases: OneSignal/onesignal-dotnet-api

Release 2.0.2

01 Aug 23:54
147244e
Compare
Choose a tag to compare

Added 400, 429 to all responses
Added 409 Subscription Limit Exceeded error response
Other minor changes

User Model update

18 Apr 20:02
7ed733c
Compare
Choose a tag to compare

Added User Model name space.

1.0.1 Release

04 Aug 13:34
e20d875
Compare
Choose a tag to compare

Release Notes

Package OneSignalApi 1.0.1 has been created and published

Download the nuget package from nuget.org using OneSignalApi in the search bar.

  • Created explicit model declarations rather than relying on auto-generated InlineResponseXXX models. This ensures compatibility across API code generations / releases.
  • Added Name property to Notification model, which is can be used to identify your campaign the notification is sent under.
  • [Fix] Updated OS-Usage-Data telemetry header set on every request to properly identify the client to OneSignal
  • [Fix] Removed default setting of IsIos to true when creating a notification. This limited notifications to be sent to only iOS devices as the default. The new defaults will not specify a device type filter when sending a notification.

1.0.0 Release

09 Jun 17:48
b61c816
Compare
Choose a tag to compare

Release Notes

Package OneSignalApi 1.0.0 has been created and published

Download the nuget package from nuget.org using OneSignalApi in the search bar.

  • [Fix] Changed Player.AmountSpent from string to decimal

1.0.0-beta1 Release

19 May 12:41
68a554f
Compare
Choose a tag to compare
1.0.0-beta1 Release Pre-release
Pre-release

Release Notes

Package OneSignalApi 1.0.0-beta1 has been created and published

Download the nuget package from nuget.org using OneSignalApi in the search bar.

  • README contains instructions for integrating into your backend codebase