Skip to content

Commit 6c883bb

Browse files
Set the SemanticVersion for the ShutdownTimeout to 6.4.1
1 parent e40904e commit 6c883bb

File tree

1 file changed

+1
-1
lines changed
  • src/ServiceControlInstaller.Engine/Configuration/ServiceControl

1 file changed

+1
-1
lines changed

src/ServiceControlInstaller.Engine/Configuration/ServiceControl/SettingsList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static class ServiceControlSettings
9393
public static SettingInfo ShutdownTimeout = new()
9494
{
9595
Name = "ServiceControl/ShutdownTimeout",
96-
SupportedFrom = new SemanticVersion(6, 4, 0)
96+
SupportedFrom = new SemanticVersion(6, 4, 1)
9797
};
9898
}
9999
}

0 commit comments

Comments
 (0)