Skip to content

v5.0.0

Compare
Choose a tag to compare
@tlmii tlmii released this 12 Nov 06:44
fb26b80

Final release of 5.0.0. No functional changes after the last prerelease build.

Available via nuget

To update from your favorite shell, run:

dotnet tool update microsoft.dotnet-httprepl --version 5.0.0 --global

If you don't have the tool installed yet, run:

dotnet tool install microsoft.dotnet-httprepl --version 5.0.0 --global

Note that the --version 5.0.0 argument is optional - the latest non-prerelease version will be installed if you don't specify a version.