Skip to content

Commit f64cd10

Browse files
committed
Bump version to 0.5.0
1 parent 4977fb2 commit f64cd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hi3Helper.Plugin.DNA/Exports.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Hi3Helper.Plugin.DNA;
1313
public partial class DNAbyss : SharedStaticV1Ext<DNAbyss> // 2025-08-18: We use generic version of SharedStatic<T> to add support for game launch API.
1414
// Though, the devs can still use the old SharedStatic without any compatibility issue.
1515
{
16-
static DNAbyss() => Load<DNAPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 4, 1, 0) : default); // Loads the IPlugin instance as DNAPlugin.
16+
static DNAbyss() => Load<DNAPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 5, 0, 0) : default); // Loads the IPlugin instance as DNAPlugin.
1717

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

Hi3Helper.Plugin.DNA/Hi3Helper.Plugin.DNA.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.4.1</Version>
21+
<Version>0.5.0</Version>
2222
<ApplicationIcon>icon.ico</ApplicationIcon>
2323
<Configurations>Debug;Release;DebugNoReflection;ReleaseNoReflection</Configurations>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)