Skip to content

Commit 72120f7

Browse files
committed
Bump module version to 2.0.0 and update minimum PowerShell version to 7.4
1 parent da9982a commit 72120f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzureFunctions.PowerShell.Durable.SDK.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '1.1.0'
3+
ModuleVersion = '2.0.0'
44

55
# Supported PSEditions
66
CompatiblePSEditions = @('Core')
@@ -21,7 +21,7 @@
2121
Description = 'Initial release of the Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
2222

2323
# Minimum version of the PowerShell engine required by this module
24-
PowerShellVersion = '7.2'
24+
PowerShellVersion = '7.4'
2525

2626
# Type files (.ps1xml) to be loaded when importing this module
2727
# TypesToProcess = @() # TODO: use this for pretty-printing DF tasks

0 commit comments

Comments
 (0)