Breaking change:
- Change syntax to make the directory served a flag.
-d|--directory
Enhancements:
- Add support for Razor Pages (experiemental still. Must be enabled with
--razor
)
March 28, 2018
Enhancements:
- Add
--path-base
option to support setting a root URL to postpend to the site URL
Fixes:
- Launch the browser to localhost when 0.0.0.0 or [::] is used
March 13, 2018
Initial release of dotnet-serve as a global CLI tool.
Changes:
- Release the package as a DotnetTool package (global CLI tool)
- Drop support for installing as a DotNetCliToolReference
- Update to ASP.NET Core 2.1.0-preview1-final
Initial release
- Provides a simple command-line web server for dotnet