Write-ProgressEx 0.15.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Write-ProgressEx --version 0.15.0
                    
NuGet\Install-Package Write-ProgressEx -Version 0.15.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Write-ProgressEx" Version="0.15.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Write-ProgressEx" Version="0.15.0" />
                    
Directory.Packages.props
<PackageReference Include="Write-ProgressEx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Write-ProgressEx --version 0.15.0
                    
#r "nuget: Write-ProgressEx, 0.15.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Write-ProgressEx@0.15.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Write-ProgressEx&version=0.15.0
                    
Install as a Cake Addin
#tool nuget:?package=Write-ProgressEx&version=0.15.0
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

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 990 4/26/2020
0.21.0 856 4/7/2019
0.20.0 1,613 5/13/2018
0.19.0 1,535 5/6/2018
0.18.0 1,636 5/5/2018
0.17.0 1,581 11/6/2017
0.16.0 1,305 10/27/2017
0.15.0 1,311 10/22/2017
0.14.0 1,340 10/20/2017
0.13.0 1,329 10/14/2017
0.12.2 1,272 10/10/2017
0.11.0 1,270 10/2/2017
0.10.0 1,325 8/31/2017

v0.15

* Message scriptblocks should display message instead return message string
* The region block for module variables added

v0.14

* The autoname functionality added.
* Messege events renamed.

See CHANGELOG.md