Skip to content

Commit 92dd9d5

Browse files
committed
Reset build version back to 0.8.0 to reflect test phase
We are going to publish this plugin for testing. So we start the version of the build back to 0.8.0
1 parent ea7a8a8 commit 92dd9d5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Hi3Helper.Plugin.HBR/Exports.cs

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

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

Hi3Helper.Plugin.HBR/Hi3Helper.Plugin.HBR.csproj

Lines changed: 3 additions & 3 deletions
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.8.3</Version>
21+
<Version>0.8.0</Version>
2222
<ApplicationIcon>icon.ico</ApplicationIcon>
2323
<Configurations>Debug;Release;DebugNoReflection;ReleaseNoReflection</Configurations>
2424
</PropertyGroup>
@@ -28,8 +28,8 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="System.IO.Hashing" Version="9.0.8" />
32-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.8" />
31+
<PackageReference Include="System.IO.Hashing" Version="9.0.9" />
32+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.9" />
3333
</ItemGroup>
3434

3535
<PropertyGroup Condition="'$(Configuration)'=='DebugNoReflection'">

Hi3Helper.Plugin.HBR/Properties/PublishProfiles/DebugNoReflectionPublish.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>publish/Debug</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net10.0</TargetFramework>
10+
<TargetFramework>net9.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>false</PublishSingleFile>

Hi3Helper.Plugin.HBR/Properties/PublishProfiles/ReleaseNoReflectionPublish-O1.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>publish/Release</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net10.0</TargetFramework>
10+
<TargetFramework>net9.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>false</PublishSingleFile>

Hi3Helper.Plugin.HBR/Properties/PublishProfiles/ReleaseNoReflectionPublish-O2.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PublishDir>publish/Release</PublishDir>
88
<PublishProtocol>FileSystem</PublishProtocol>
99
<_TargetId>Folder</_TargetId>
10-
<TargetFramework>net10.0</TargetFramework>
10+
<TargetFramework>net9.0</TargetFramework>
1111
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1212
<SelfContained>true</SelfContained>
1313
<PublishSingleFile>false</PublishSingleFile>

0 commit comments

Comments
 (0)