Skip to content

Commit

Permalink
Updated required game version to 1.18.1-f3
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed Oct 26, 2024
1 parent d7e88e0 commit a490bca
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
3 changes: 2 additions & 1 deletion NodeControllerRenewal/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class Mod : BasePatcherMod<Mod>
public override string Description => !IsBeta ? Localize.Mod_Description : CommonLocalize.Mod_DescriptionBeta;
public override List<ModVersion> Versions => new List<ModVersion>()
{
new ModVersion(new Version("3.5.1"), new DateTime(2024, 10, 26)),
new ModVersion(new Version("3.5"), new DateTime(2023, 6, 3)),
new ModVersion(new Version("3.4"), new DateTime(2023, 3, 4)),
new ModVersion(new Version("3.3.3"), new DateTime(2022, 12, 21)),
Expand All @@ -44,7 +45,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, 1, 2);
protected override Version RequiredGameVersion => new Version(1, 18, 1, 3);

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.3</AssemblyVersion>
<AssemblyVersion>3.5.1</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">
Expand Down
5 changes: 5 additions & 0 deletions NodeControllerRenewal/Properties/Localize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ public class Localize
/// </summary>
public static string Mod_WhatsNewMessage3_5 => LocaleManager.GetString("Mod_WhatsNewMessage3_5", Culture);

/// <summary>
/// [UPDATED] Updated required game version to 1.18.1-f3
/// </summary>
public static string Mod_WhatsNewMessage3_5_1 => LocaleManager.GetString("Mod_WhatsNewMessage3_5_1", Culture);

/// <summary>
/// Bend
/// </summary>
Expand Down
37 changes: 20 additions & 17 deletions NodeControllerRenewal/Properties/Localize.resx
Original file line number Diff line number Diff line change
Expand Up @@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"></xsd:import>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"></xsd:element>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"></xsd:attribute>
<xsd:attribute name="type" type="xsd:string"></xsd:attribute>
<xsd:attribute name="mimetype" type="xsd:string"></xsd:attribute>
<xsd:attribute ref="xml:space"></xsd:attribute>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"></xsd:attribute>
<xsd:attribute name="name" type="xsd:string"></xsd:attribute>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"></xsd:element>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"></xsd:element>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"></xsd:attribute>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"></xsd:attribute>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"></xsd:attribute>
<xsd:attribute ref="xml:space"></xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"></xsd:element>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"></xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
Expand Down Expand Up @@ -271,6 +271,9 @@ Failed to load data for all nodes.</value>
[FIXED] Fixed error while editing nodes which is connected to transport strations or buildings.
[TRANSLATION] Added Urkainian translation.</value>
</data>
<data name="Mod_WhatsNewMessage3_5_1" xml:space="preserve">
<value>[UPDATED] Updated required game version to 1.18.1-f3</value>
</data>
<data name="NodeStyle_Bend" xml:space="preserve">
<value>Bend</value>
</data>
Expand Down

0 comments on commit a490bca

Please sign in to comment.