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

Allow setting custom filenames for documents #183

Closed samuelhwilliams closed 10 months ago

samuelhwilliams commented 10 months ago

Update client for the new document download feature which allows specifying a download filename for files sent by email.

This supercedes the old isCsv parameter that was inconsistent at best.

Given this, we are dropping support for isCsv altogether.

What problem does the pull request solve?

Checklist