Skip to content

Commit

Permalink
Fix assembly loading error on PowerShell 7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 11, 2024
1 parent c6f1675 commit f47cc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSql/PSql.psd1.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Subatomix Research Inc.
# Copyright 2024 Subatomix Research Inc.
# SPDX-License-Identifier: ISC
@{
# Identity
Expand All @@ -16,7 +16,7 @@
CompatiblePSEditions = 'Core'
PowerShellVersion = '7.2'
#RequiredModules = @(...)
RequiredAssemblies = @("PSql.Core")
RequiredAssemblies = @("PSql.Core.dll")

# Initialization
#ScriptsToProcess = @(...)
Expand Down

0 comments on commit f47cc62

Please sign in to comment.