Skip to content

Commit c6de539

Browse files
committed
update to 3.0.1.2, add the dependency to powershellextension module, and delete some local implements
1 parent 031c15f commit c6de539

File tree

4 files changed

+4
-72
lines changed

4 files changed

+4
-72
lines changed

code365scripts.openai/Private/ConvertTo-Hashtable.ps1

Lines changed: 0 additions & 43 deletions
This file was deleted.

code365scripts.openai/Private/Ensure-DependencyModule.ps1

Lines changed: 0 additions & 9 deletions
This file was deleted.

code365scripts.openai/Private/Merge-Hashtable.ps1

Lines changed: 0 additions & 16 deletions
This file was deleted.

code365scripts.openai/code365scripts.openai.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
RootModule = '.\code365scripts.openai.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.0.1.1'
15+
ModuleVersion = '3.0.1.2'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = @("Desktop","Core")
18+
CompatiblePSEditions = @("Desktop", "Core")
1919

2020
# ID used to uniquely identify this module
2121
GUID = '4948e170-d2aa-4f97-9cb2-fd0f0843e473'
@@ -52,7 +52,7 @@
5252

5353
# Modules that must be imported into the global environment prior to importing this module
5454
# RequiredModules = @(@{ ModuleName = 'MicrosoftTeams'; ModuleVersion = '2.0.0' }, @{ModuleName = 'AzureAD'; ModuleVersion = '2.0.2.130' })
55-
55+
RequiredModules = @(@{ModuleName = "powershellextension"; RequiredVersion = "0.0.1"; Guid = "df717a00-1acf-45e8-a958-0c9bcb9af322" })
5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()
5858

@@ -95,7 +95,7 @@
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = @("code365", "community", "china", "chenxizhang", "openai")
98+
Tags = @("code365", "community", "china", "chenxizhang", "openai","PSEdition_Desktop", "PSEdition_Core", "Windows", "Linux", "MacOS")
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'https://github.com/chenxizhang/openai-powershell/blob/master/LICENSE'

0 commit comments

Comments
 (0)