sitecorerocks - PipelineDump 1.0.0
Dumps the pipelines and pipeline processors to a Visual Studio text editor. This is useful when implementing new pipeline processors. Shows how to open a Visual Studio text editor.
PM> Install-Package PipelineDump -Version 1.0.0 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> nuget.exe install PipelineDump -Version 1.0.0 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> dotnet add package PipelineDump --version 1.0.0 --source https://www.myget.org/F/sitecorerocks/api/v3/index.json
source https://www.myget.org/F/sitecorerocks/api/v3/index.json
nuget PipelineDump ~> 1.0.0
Copy to clipboard
> choco install PipelineDump --version 1.0.0 --source https://www.myget.org/F/sitecorerocks/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "sitecorerocks" -SourceLocation "https://www.myget.org/F/sitecorerocks/api/v2"
Install-Module -Name "PipelineDump" -RequiredVersion "1.0.0" -Repository "sitecorerocks"
Copy to clipboard
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.1 | 6.66 KB | Mon, 19 Aug 2013 07:21:12 GMT | 461 |
|
||
|
|
1.0.0 | 6.84 KB | Mon, 19 Aug 2013 06:47:09 GMT | 36 |
|