Skip to content

Commit c01b1d8

Browse files
committed
chore(ci): bump version
1 parent 4bd8c53 commit c01b1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hi3Helper.Plugin.Wuwa/Exports.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Hi3Helper.Plugin.Wuwa;
66

77
public partial class Exports : SharedStaticV1Ext<Exports>
88
{
9-
static Exports() => Load<WuwaPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 5, 1, 0) : default); // Loads the IPlugin instance as WuwaPlugin.
9+
static Exports() => Load<WuwaPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 5, 2, 0) : default); // Loads the IPlugin instance as WuwaPlugin.
1010

1111
[UnmanagedCallersOnly(EntryPoint = "TryGetApiExport", CallConvs = [typeof(CallConvCdecl)])]
1212
public static unsafe int TryGetApiExport(char* exportName, void** delegateP) =>

Hi3Helper.Plugin.Wuwa/Hi3Helper.Plugin.Wuwa.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Company>Collapse Launcher Team</Company>
1919
<Authors>$(Company). neon-nyan, Cry0, bagusnl, shatyuka, gablm.</Authors>
2020
<Copyright>Copyright 2022-2025 $(Company)</Copyright>
21-
<Version>0.5.1</Version>
21+
<Version>0.5.2</Version>
2222
<ApplicationIcon>icon.ico</ApplicationIcon>
2323
<Configurations>Debug;Release</Configurations>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)