Skip to content

Commit 7149e14

Browse files
committed
chore(version): bump plugin version to 0.6.4
1 parent 8126bb6 commit 7149e14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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, 6, 3, 0) : default); // Loads the IPlugin instance as WuwaPlugin.
9+
static Exports() => Load<WuwaPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 6, 4, 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="SharpHDiffPatch.Core" Version="2.3.4" />
42-
<PackageReference Include="System.IO.Hashing" Version="10.0.1" />
41+
<PackageReference Include="SharpHDiffPatch.Core" Version="2.4.0" />
42+
<PackageReference Include="System.IO.Hashing" Version="10.0.9" />
4343
</ItemGroup>
4444
</Project>

0 commit comments

Comments
 (0)