Skip to content

Commit 4e62cfd

Browse files
committed
DependencyQueue -> 1.0.0-rc.4
This fixes two issues with all-worker modules. - Enables all-worker module instances to run in parallel rather than sequentially per worker. - Fixes a bug that caused one-second delays between execution of all-worker module instances.
1 parent 6ea36ea commit 4e62cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageVersion Include="DependencyQueue" Version="1.0.0-rc.2" />
20+
<PackageVersion Include="DependencyQueue" Version="1.0.0-rc.4" />
2121
<PackageVersion Include="DotStuff" Version="0.0.0-pre.2" />
2222
<PackageVersion Include="Microsoft.Data.SqlClient" Version="[5.2.2, 6.0.0)" />
2323
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="[7.2.24, 7.3.0)" />

0 commit comments

Comments
 (0)