Releases: natemcmaster/dotnet-serve
1.10.93
What’s new?
Small internal changes which shouldn’t impact users.
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.10.93
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.10.82
What's new? Reverse proxy
Thanks to @mlaily for adding a new command line option to enable simple reverse proxy settings (#85). When used, dotnet-serve will forward HTTP requests matching a pattern to a different backend.
Usage sample: dotnet-serve --reverse-proxy /api/{**all}=http://localhost:5000
For more details, see https://github.com/natemcmaster/dotnet-serve/tree/v1.10.82#reverse-proxy
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.10.82
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.9.71
What's new?
Dropped support for .NET Core 2.1 and 3.1. This tool now requires .NET 5 or higher.
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.9.71
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.8.34
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.8.34
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.8.31
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.8.31
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.8.26
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.8.26
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.8.25
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.8.25
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.8.15
Notes
Added support for running on machines with only .NET 5 installed.
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.8.15
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve
1.7.141
Changes:
This list of changes was auto generated.