4.0.0 Beta 10
Pre-release
Pre-release
alastairlundy
released this
22 Apr 16:46
·
225 commits
to main
since this release
Changes since 4.0.0 Beta 9
- Moved
OpenUrlInBrowser
method fromProcessRunner
to a new classUrlRunner
- Renamed
OpenUrlInBrowser
method toOpenUrlInDefaultBrowser
- Reduced potential RAM usage on certain
CommandRunner
methods. - Moved TFM relatee code from the
RuntimeIdentification
class toTargetFrameworkIdentification
class - Started work on making TFM related detection code more maintainable - So far this means moving some detection code into several methods with the
protected
access modifier. These are for internal use only but help make the code easier to maintain going forward. - Removed unnecessary instance of throwing an exception
- Switched all remaining
var
implicit typing to explicit typing - Fixed a potential issue where
OpenUrlInDefaultBrowser
would have thrown a NotImplementedException - This doesn't affect PlatformKit 3.x