rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Fix attributes so registration is automatic. #49

Closed kentcb closed 8 years ago

kentcb commented 8 years ago

This PR fixes #46 by fixing up the attributes on PushNotificationGcmListener. I also moved the assembly-level attributes out of PushNotificationsReceiver.cs (where they're hard to find) and into AssemblyInfo.cs.