Skip to content

Commit

Permalink
- Update for the game version 1.17.1-f2
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed Jun 13, 2023
1 parent 7b2bdce commit d7e88e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ModsCommon
2 changes: 1 addition & 1 deletion NodeControllerRenewal/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version("3.0.1"), new DateTime(2021, 5, 11)),
new ModVersion(new Version("3.0"), new DateTime(2021, 4, 30)),
};
protected override Version RequiredGameVersion => new Version(1, 17, 0, 3);
protected override Version RequiredGameVersion => new Version(1, 17, 1, 2);

protected override string IdRaw => nameof(NodeController);
protected override List<BaseDependencyInfo> DependencyInfos
Expand Down
2 changes: 1 addition & 1 deletion NodeControllerRenewal/NodeControllerRenewal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
<AssemblyVersion>3.5.0.2</AssemblyVersion>
<AssemblyVersion>3.5.0.3</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">
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/a0VrMRr.png[/img]
[img]https://i.imgur.com/0O9w9Ta.png[/img]
[HR][/HR]
[img]https://i.imgur.com/txCq9p1.png[/img]
[code][h1]Overview[/h1]
Expand Down

0 comments on commit d7e88e0

Please sign in to comment.