Releases: OneSignal/onesignal-dotnet-api
Releases · OneSignal/onesignal-dotnet-api
2.1.0
Release 2.0.2
Added 400, 429 to all responses
Added 409 Subscription Limit Exceeded error response
Other minor changes
User Model update
Added User Model name space.
1.0.1 Release
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 toNotification
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
totrue
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
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
todecimal
1.0.0-beta1 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