nils måsén
nils måsén
this branch contains changes needed for the upcoming release, mainly related to .NET 6 The new target frameworks will be: - .NET Standard 2.0 (for .NET framework 4.6.2+) - .NET...
Follow up to #574 that implements `DisposeAsync` and "true" async write support to `GzipOutputStream`. _I certify that I own, and have sufficient rights to contribute, all source code and related...
There are a couple of files that are several thousands LoC, this makes refactoring, merges and finding the right code much harder. One file in particular is in need of...
Fixes #413. Fixes #162. _I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source...
this PR contains initial work for an eventual soft deprecation of legacy notification args. the main feature added is the `notify-upgrade` command that can be used as an easy upgrade...
This PR fixes some issues that were present in #592 but wasn't detected before the release of v1.4.0. In general, it goes a bit further in trying to make the...
The Matrix Client/Server spec requires that the send message endpoint includes a unique transaction id with each request. The matrix service omits this id for some reason, and the original...
Use the configuration updated from props in `getHeaders`, allowing `FromName`, `FromAddress` and `UseHTML` to be overridden in params. Fixes #387
This PR tries to refactor the update code flow to make it easier to understand, maintain and extend. actions/update: - move common arguments to a shared struct (`updateSession`) - remove...