SendDrop

0.3.6

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.6

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

Install-PSResource -Name SendDrop -Version 0.3.6

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

### Added

#### build.ps1

- Introduced a new task `Update_Changelog_Direct` to automate direct changelog updates without requiring a pull request.
 - Uses the function `Update-ChangelogDirect` to write updates directly to `CHANGELOG.md`.
 - Supports dynamic configuration through environment variables and build configuration:
   - Accepts GitHub authentication via `GitHubToken` or `GITHUB_TOKEN`.
   - Configures Git user identity via `GIT_USER_NAME` and `GIT_USER_EMAIL`, with fallback to build configuration values.
   - Adds support for updating the changelog during prerelease builds via the `-UpdateChangelogOnPrerelease` parameter.
 - Resolves the changelog file path dynamically using `Get-SamplerAbsolutePath`.
 - Integrates with existing build task variable initialization via `Set-SamplerTaskVariable`.
 - Enables fully automated, inline changelog updates as part of the build pipeline.

### Changed

#### .github/workflows/publish.yml

- Updated the GitVersion setup action from `GitTools/actions/gitversion/setup@v0` to `GitTools/actions/gitversion/setup@v4.5.0`.
 - Improves compatibility with newer GitVersion features and enhances CI reliability.
- Upgraded the GitVersion setup action from `GitTools/actions/gitversion/setup@v0` to `v3.1.1` to use newer NodeJS version

#### build.yaml

- Replaced the `Create_ChangeLog_GitHub_PR` task with `Update_Changelog_Direct` in the publish workflow.
 - Transitions from a pull request–based changelog update process to direct updates during publishing.
 - Simplifies the release workflow and removes the need for intermediate PRs for changelog updates.
 - Ensures changelog updates are executed as part of the standard publishing pipeline.

FileList

Version History

Version Downloads Last updated
0.4.1 4 4/12/2026
0.4.0 3 4/12/2026
0.3.6 (current version) 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 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 more