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
Upgrade PowerShell version to 7.4 in E2E test script
Upgrade to PowerShell SDK 7.4.10 and .NET 8
Upgrade target framework to .NET 8 in build script
Bump module version to 2.0.0 and update minimum PowerShell version to 7.4
Upgrade Microsoft.DurableTask.Client and Microsoft.DurableTask.Worker
Update package references in E2E test project
Update package references in the E2E test app
Add warning for ignored UseCoreToolsBuildFromIntegrationTests switch
Copy file name to clipboardExpand all lines: src/AzureFunctions.PowerShell.Durable.SDK.psd1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
@{
2
2
# Version number of this module.
3
-
ModuleVersion='1.1.0'
3
+
ModuleVersion='2.0.0'
4
4
5
5
# Supported PSEditions
6
6
CompatiblePSEditions=@('Core')
@@ -21,7 +21,7 @@
21
21
Description='Initial release of the Durable Functions SDK for PowerShell. This package is to be used exclusively with the Azure Functions PowerShell worker.'
22
22
23
23
# Minimum version of the PowerShell engine required by this module
24
-
PowerShellVersion='7.2'
24
+
PowerShellVersion='7.4'
25
25
26
26
# Type files (.ps1xml) to be loaded when importing this module
27
27
# TypesToProcess = @() # TODO: use this for pretty-printing DF tasks
0 commit comments