Skip to content
Shiny .NET v4 is here with BLE Windows Support, Improved GPS, & More! Check It Out

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