Major version 3.0.0
Breaking changes
- New Assembly name EmbedIO.dll.
- New Assembly with unit Testing support classes and TestWebServer: EmbedIO.Testing.dll.
- Remove Routing Strategy: everything is using Regex resolution of routes.
- Remove return bool for WebModule, a new pipeline is available
- Remove return bool or return Task for WebAPI Methods, you can return anything and the serializer will take control.
We will update the following wiki page for upgrade notes: