-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a workaround in Queue for Sinks for the Worker changes in U53-642695
- Loading branch information
1 parent
e71a0ce
commit a706f0b
Showing
2 changed files
with
271 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.