| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -777,6 +777,7 @@ v6.2.0 | |||
| 777 | 777 | v6.2.1 | |
| 778 | 778 | v6.2.2 | |
| 779 | 779 | v6.2.3 | |
| 780 | + v6.2.4 | ||
| 780 | 781 | validatenotnullorempty | |
| 781 | 782 | versioned | |
| 782 | 783 | versioning | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,20 @@ | |||
| 1 | 1 | # 6.2 Changelog | |
| 2 | 2 | ||
| 3 | + ## v6.2.4 - 01/27/2020 | ||
| 4 | + | ||
| 5 | + ### General Cmdlet Updates and Fixes | ||
| 6 | + | ||
| 7 | + - Enable `Start-Process` to work on Windows 7 (#10417) (Thanks @iSazonov!) | ||
| 8 | + - Fix global tool issues around exit code, command line parameters, and paths with spaces (#10461) | ||
| 9 | + - Make `Add-Type` usable in applications that host PowerShell (#10587) | ||
| 10 | + | ||
| 11 | + ### Build and Packaging Improvements | ||
| 12 | + | ||
| 13 | + - Update to use `TSAv2` (#9914) | ||
| 14 | + - Update the dotnet SDK install script URL in `build.psm1` (#10927) | ||
| 15 | + - Update dependencies needed by Azure PowerShell and patch for `Newtonsoft.Json` (Internal 10798) | ||
| 16 | + - Fix path for getting reference assemblies (Internal 10792) | ||
| 17 | + | ||
| 3 | 18 | ## [6.2.3] - 2019-09-12 | |
| 4 | 19 | ||
| 5 | 20 | ### Engine Updates and Fixes | |
| Back | FazBrowse Home | New Git URL |
0 commit comments