Skip to content

Commit

Permalink
- Required game version changed to 1.15.1-f4
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed Nov 15, 2022
1 parent 7c8eee5 commit 321f640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetworkMultitool/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version("1.1"), new DateTime(2021, 8, 7)),
new ModVersion(new Version("1.0"), new DateTime(2021, 7, 30)),
};
protected override Version RequiredGameVersion => new Version(1, 15, 0, 7);
protected override Version RequiredGameVersion => new Version(1, 15, 1, 4);

public override string NameRaw => "Network Multitool";
public override string Description => !IsBeta ? Localize.Mod_Description : CommonLocalize.Mod_DescriptionBeta;
Expand Down
2 changes: 1 addition & 1 deletion NetworkMultitool/NetworkMultitool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
<Version>1.3.3.1</Version>
<Version>1.3.3.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Beta Release' OR '$(Configuration)' == 'Beta Debug'">
Expand Down
2 changes: 1 addition & 1 deletion Workshop/Workshop description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[img]https://i.imgur.com/ys8eGPj.png[/img]
[img]https://i.imgur.com/sgP8i4s.png[/img]
[HR][/HR]
[img]https://i.imgur.com/4bLVAsL.png[/img]
[code][h1]Overview[/h1]
Expand Down

0 comments on commit 321f640

Please sign in to comment.