Skip to content

Commit bdb0ce6

Browse files
committed
- Update for the game version 1.17.1-f2
1 parent a2c46d5 commit bdb0ce6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

NetworkMultitool/Mod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Mod : BasePatcherMod<Mod>
3030
new ModVersion(new Version("1.1"), new DateTime(2021, 8, 7)),
3131
new ModVersion(new Version("1.0"), new DateTime(2021, 7, 30)),
3232
};
33-
protected override Version RequiredGameVersion => new Version(1, 17, 0, 3);
33+
protected override Version RequiredGameVersion => new Version(1, 17, 1, 2);
3434

3535
public override string NameRaw => "Network Multitool";
3636
public override string Description => !IsBeta ? Localize.Mod_Description : CommonLocalize.Mod_DescriptionBeta;

NetworkMultitool/NetworkMultitool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
23-
<AssemblyVersion>1.3.5.1</AssemblyVersion>
23+
<AssemblyVersion>1.3.5.2</AssemblyVersion>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">

Workshop/Workshop description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[img]https://i.imgur.com/a0VrMRr.png[/img]
1+
[img]https://i.imgur.com/0O9w9Ta.png[/img]
22
[HR][/HR]
33
[img]https://i.imgur.com/4bLVAsL.png[/img]
44
[code][h1]Overview[/h1]

0 commit comments

Comments
 (0)