alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Govuk notify on nuget #141

Closed leohemsted closed 3 years ago

leohemsted commented 3 years ago

Bintray is being deprecated on May 1st.

This PR moves our artifact from Bintray (https://bintray.com/gov-uk-notify/nuget/Notify#) to Nuget (https://www.nuget.org/profiles/govuk-notify).

Unfortunately, PackageIds have to be unique, and Notify is already used in nuget.org. So we'll move the project name to GovukNotify. Note: this doesn't affect the namespace (and resulting import paths) so no code change is expected.

Checklist