Skip to content

Commit

Permalink
Add a workaround in Queue for Sinks for the Worker changes in U53-642695
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhaneve committed Nov 22, 2024
1 parent e71a0ce commit a706f0b
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 266 deletions.
24 changes: 12 additions & 12 deletions QueueForSink/QueueForSink.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Queue For Sinks</AssemblyTitle>
<FileVersion>3.13.0.0</FileVersion>
<RootNamespace>PeterHan.QueueForSinks</RootNamespace>
<Description>Forces Duplicants to queue up for sinks, wash basins, and ore scrubbers.</Description>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<LastWorkingBuild>537329</LastWorkingBuild>
<Platforms>Vanilla;Mergedown</Platforms>
</PropertyGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Queue For Sinks</AssemblyTitle>
<FileVersion>3.14.0.0</FileVersion>
<RootNamespace>PeterHan.QueueForSinks</RootNamespace>
<Description>Forces Duplicants to queue up for sinks, wash basins, and ore scrubbers.</Description>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<LastWorkingBuild>537329</LastWorkingBuild>
<Platforms>Vanilla;Mergedown</Platforms>
</PropertyGroup>
</Project>
Loading

0 comments on commit a706f0b

Please sign in to comment.