SendDrop
0.2.3
PowerShell Module for the SendDrop.com API
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) Thomas Subotitsch. All rights reserved.
Package Details
Author(s)
- Thomas Subotitsch
Functions
Get-SendDropBrand Get-SendDropbrandLogo Add-SendDropShipmentDocument Copy-SendDropShipment Get-SendDropShipment Get-SendDropShipmentDocument New-SendDropShipment New-SendDropShipmentLabel New-SendDropShipmentReturn Update-SendDropShipment Update-SendDropShipmentBrand Update-SendDropShipmentComment Connect-SendDrop Disconnect-SendDrop Invoke-SendDropAPICall
Dependencies
This module has no dependencies.
Release Notes
## [0.2.3] - 2026-04-12
### Changed
#### .github/workflows/publish.yml
- Updated workflow trigger configuration to ignore changes to `CHANGELOG.md`, preventing unnecessary pipeline executions when only documentation is modified.
- Added condition to skip workflow execution when triggered by `github-actions[bot]`, avoiding recursive or redundant runs caused by automated commits.
- Removed deprecated or unused step for copying Markdown files to `WikiContent`, simplifying the workflow.
#### .markdownlint.json
- Updated `MD029` rule to support both ordered and unordered list styles (`one_or_ordered`), increasing flexibility in list formatting.
- Disabled `MD013` (line length) rule, allowing longer lines in Markdown files.
- Disabled additional linting rules (`MD025`, `MD033`) to relax constraints on heading structure and inline HTML usage.
#### README.md
- Reorganized installation instructions by moving them into the “First Steps” section under authentication, improving onboarding flow.
- Updated examples to prefer `Install-PSResource` (PowerShellGet 3.x), reflecting modern module installation practices.
- Commented out legacy `Install-Module` usage to guide users toward newer tooling while preserving backward compatibility reference.
- Improved formatting by adding spacing for better readability.
#### CHANGELOG.md
- Introduced new release version `0.2.1` with updated formatting and structured entries.
- Standardized formatting of command names using bold styling for improved readability and consistency.
- Refined existing entries without changing functionality, focusing on presentation and clarity.
FileList
- SendDrop.nuspec
- SendDrop.psd1
- SendDrop.psm1
- en-US\about_SendDrop.help.txt
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.4.1 | 4 | 4/12/2026 |
| 0.4.0 | 3 | 4/12/2026 |
| 0.3.6 | 3 | 4/12/2026 |
| 0.3.5 | 3 | 4/12/2026 |
| 0.3.4 | 2 | 4/12/2026 |
| 0.3.3 | 3 | 4/12/2026 |
| 0.3.2 | 2 | 4/12/2026 |
| 0.3.1 | 3 | 4/12/2026 |
| 0.3.0 | 2 | 4/12/2026 |
| 0.2.6 | 2 | 4/12/2026 |
| 0.2.5 | 3 | 4/12/2026 |
| 0.2.4 | 3 | 4/12/2026 |
| 0.2.3 (current version) | 2 | 4/12/2026 |
| 0.2.2 | 4 | 4/12/2026 |
| 0.2.1 | 4 | 4/12/2026 |
| 0.2.0 | 5 | 4/12/2026 |