SendDrop

0.3.2

PowerShell Module for the SendDrop.com API

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name SendDrop -RequiredVersion 0.3.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name SendDrop -Version 0.3.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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.3.2] - 2026-04-12

### Added

#### `build.ps1`

* Introduced a new task `Publish_GitHub_Wiki_Content_Custom` to automate publishing generated wiki content to the GitHub wiki repository.

 * Clones the `.wiki.git` repository into a temporary directory.
 * Copies generated wiki content into the cloned repository.
 * Detects changes and skips publishing if no updates are present.
 * Commits and pushes changes using configured Git credentials.
 * Supports authentication via environment variables and build configuration (`GitHubToken`, `GITHUB_TOKEN`, `GIT_USER_NAME`, `GIT_USER_EMAIL`).
 * Automatically parses repository owner and name from the git remote URL.
 * Pushes updates along with the current semantic version.
 * Cleans up temporary working directory after execution.

### Changed

#### `build.ps1`

* Refactored `Update_Wiki_Home` task to improve wiki generation workflow:

 * Replaced inline README modification with a direct file copy approach.
 * Added generation of a dedicated `_Footer.md` file containing version and last updated timestamp.
 * Updated timestamp format to ISO 8601 (`yyyy-MM-ddTHH:mm:ssZ`) for consistency and precision.
 * Ensures target directory exists before writing files.
 * Removed regex-based header manipulation for improved reliability.

#### `build.yaml`

* Replaced `Publish_GitHub_Wiki_Content` with `Publish_GitHub_Wiki_Content_Custom` in the build pipeline to use the enhanced publishing workflow.

#### `README.md`

* Removed embedded HTML logo block from the top of the file to simplify structure and improve downstream processing (e.g., wiki generation).

FileList

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 (current version) 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 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
Show less