Write-ProgressEx
0.18.0
See the version list below for details.
dotnet add package Write-ProgressEx --version 0.18.0
NuGet\Install-Package Write-ProgressEx -Version 0.18.0
<PackageReference Include="Write-ProgressEx" Version="0.18.0" />
paket add Write-ProgressEx --version 0.18.0
#r "nuget: Write-ProgressEx, 0.18.0"
// Install Write-ProgressEx as a Cake Addin #addin nuget:?package=Write-ProgressEx&version=0.18.0 // Install Write-ProgressEx as a Cake Tool #tool nuget:?package=Write-ProgressEx&version=0.18.0
Write-ProgressEx extends the functionality of the standard cmdlet. Write-ProgressEx is a powershell native cmdlet that provide a simple way to show ProgressBars, PercentComplete and SecondsRemaining.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.22.0 | 663 | 4/26/2020 |
0.21.0 | 651 | 4/7/2019 |
0.20.0 | 1,019 | 5/13/2018 |
0.19.0 | 934 | 5/6/2018 |
0.18.0 | 1,035 | 5/5/2018 |
0.17.0 | 968 | 11/6/2017 |
0.16.0 | 892 | 10/27/2017 |
0.15.0 | 888 | 10/22/2017 |
0.14.0 | 923 | 10/20/2017 |
0.13.0 | 918 | 10/14/2017 |
0.12.2 | 859 | 10/10/2017 |
0.11.0 | 857 | 10/2/2017 |
0.10.0 | 912 | 8/31/2017 |
## v0.18
* The function Set-ProgressEx fixed.
* The example Write-ProgressEx.autoName.ps1 fixed.
* The cmdlet Set-StrictMode removed from project scripts.
* The directive #require -version 3.0 removed from project scripts.
* The function nz extracted from Write-ProgressExMessage.
* The chocolateyInstall.ps1 removed.
* The directory structure reorganized to remove media, examples and tests from nuget downloads and powershell gallery.
* The project meta info tests added.
* Tests fixed.
* Readme changed.
* Typo corrected.