Skip to content

Web Hosting Release Notes

BREAKING Feature
IInfrastructureModule has been renamed to IWebModule with Use(WebApplication app) replacing Configure(WebApplication app)
BREAKING Enhancement
Removed assembly scanning (AddInfrastructure, AddInfrastructureForAppDomain) — use explicit AddInfrastructureModules() with module instances instead
BREAKING Enhancement
UseInfrastructure() has been replaced with UseInfrastructureModules()
BREAKING Enhancement
Namespace changed from Shiny.Extensions.WebHosting to Shiny
Feature
Initial Public Release