Skip to content

1.0.1 Release

Compare
Choose a tag to compare
@brismithers brismithers released this 04 Aug 13:34
· 16 commits to main since this release
e20d875

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.