diff --git a/PSql/PSql.psd1.t b/PSql/PSql.psd1.t index 404fe2d..1dea3b4 100644 --- a/PSql/PSql.psd1.t +++ b/PSql/PSql.psd1.t @@ -1,4 +1,4 @@ -# Copyright 2023 Subatomix Research Inc. +# Copyright 2024 Subatomix Research Inc. # SPDX-License-Identifier: ISC @{ # Identity @@ -16,7 +16,7 @@ CompatiblePSEditions = 'Core' PowerShellVersion = '7.2' #RequiredModules = @(...) - RequiredAssemblies = @("PSql.Core") + RequiredAssemblies = @("PSql.Core.dll") # Initialization #ScriptsToProcess = @(...)