SendDrop.psd1

#
# Module manifest for module 'SendDrop'
#
# Generated by: Thomas Subotitsch
#
# Generated on: Mi, 08.04.2026
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'SendDrop.psm1'

# Version number of this module.
ModuleVersion = '0.3.6'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = 'edc12995-192d-4e1f-9383-2370c4e61656'

# Author of this module
Author = 'Thomas Subotitsch'

# Company or vendor of this module
CompanyName = 'Thomas Subotitsch'

# Copyright statement for this module
Copyright = '(c) Thomas Subotitsch. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Module for the SendDrop.com API'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '7.0'

# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# ClrVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @('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')

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        # Tags = @()

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = ''

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '## [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.

'


        # Prerelease string of this module
        Prerelease =  ''

        # Flag to indicate whether the module requires explicit user acceptance for install/update/save
        # RequireLicenseAcceptance = $false

        # External dependent modules of this module
        # ExternalModuleDependencies = @()

    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}