You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Script module or binary module file associated with this manifest.
4
-
# RootModule = ''
5
-
1
+
@{
6
2
# Version number of this module.
7
-
ModuleVersion='0.0.2'
3
+
ModuleVersion='1.0.0'
8
4
9
5
# Supported PSEditions
10
6
CompatiblePSEditions=@('Core')
@@ -22,43 +18,19 @@
22
18
Copyright='(c) Microsoft Corporation. All rights reserved.'
23
19
24
20
# Description of the functionality provided by this module
25
-
Description='Alpha release of the Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
21
+
Description='Initial release of the Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
26
22
27
23
# Minimum version of the PowerShell engine required by this module
28
24
PowerShellVersion='7.2'
29
25
30
-
# Name of the PowerShell host required by this module
31
-
# PowerShellHostName = ''
32
-
33
-
# Minimum version of the PowerShell host required by this module
34
-
# PowerShellHostVersion = ''
35
-
36
-
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
37
-
# DotNetFrameworkVersion = ''
38
-
39
-
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
40
-
# ClrVersion = ''
41
-
42
-
# Processor architecture (None, X86, Amd64) required by this module
43
-
# ProcessorArchitecture = ''
44
-
45
-
# Modules that must be imported into the global environment prior to importing this module
46
-
# RequiredModules = @()
47
-
48
-
# Assemblies that must be loaded prior to importing this module
49
-
# RequiredAssemblies = @()
50
-
51
-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
52
-
# ScriptsToProcess = @()
53
-
54
26
# Type files (.ps1xml) to be loaded when importing this module
55
-
# TypesToProcess = @()
27
+
# TypesToProcess = @() # TODO: use this for pretty-printing DF tasks
56
28
57
29
# Format files (.ps1xml) to be loaded when importing this module
58
-
# FormatsToProcess = @()
30
+
# FormatsToProcess = @() # TODO: use this for pretty-printing DF tasks
59
31
60
32
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# 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.
64
36
FunctionsToExport=@(
@@ -95,52 +67,29 @@
95
67
'New-DurableRetryOptions'
96
68
)
97
69
98
-
# DSC resources to export from this module
99
-
# DscResourcesToExport = @()
100
-
101
-
# List of all modules packaged with this module
102
-
# ModuleList = @()
103
-
104
-
# List of all files packaged with this module
105
-
# FileList = @()
106
-
107
70
# 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.
108
71
PrivateData=@{
109
72
110
73
PSData=@{
111
74
112
75
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments