Skip to content

Commit

Permalink
upd - Updated mod template
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 9, 2024
1 parent e3748b5 commit 2efb750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/Nitrocid.Templates/templates/KSMod/KSMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KS" Version="0.1.1.14" />
<PackageReference Include="KS" Version="0.1.1.17" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion public/Nitrocid.Templates/templates/KSMod/ModName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ModName : IMod
public string Name { get; set; } = "My Mod";
public string Version { get; set; } = "1.0.0";

public Version MinimumSupportedApiVersion => new(3, 0, 26, 48);
public Version MinimumSupportedApiVersion => new(3, 0, 26, 51);

public ReadOnlyDictionary<string, Delegate> PubliclyAvailableFunctions => null;

Expand Down

0 comments on commit 2efb750

Please sign in to comment.