Skip to content

Commit c6c89be

Browse files
Standardize project structure (v1.0.3)
- Replace lib/ DLL references with the RestoreMonarchy.RocketRedist NuGet package (3.*), matching the rest of the plugins in the organization. - Add the standard GitHub Actions release workflow that calls RestoreMonarchyPlugins/github-actions. - Bump version to 1.0.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a3ef581 commit c6c89be

11 files changed

Lines changed: 15 additions & 30 deletions
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build & Create GitHub Release
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
9+
jobs:
10+
call-rocket-plugin-release:
11+
uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master
Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net48</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>1.0.2</Version>
76
<RootNamespace>RestoreMonarchy.SteamAccountRestrictor</RootNamespace>
7+
<Version>1.0.3</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<Reference Include="Assembly-CSharp">
12-
<HintPath>..\lib\Assembly-CSharp.dll</HintPath>
13-
</Reference>
14-
<Reference Include="com.rlabrecque.steamworks.net">
15-
<HintPath>..\lib\com.rlabrecque.steamworks.net.dll</HintPath>
16-
</Reference>
17-
<Reference Include="Newtonsoft.Json">
18-
<HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
19-
</Reference>
20-
<Reference Include="Rocket.API">
21-
<HintPath>..\lib\Rocket.API.dll</HintPath>
22-
</Reference>
23-
<Reference Include="Rocket.Core">
24-
<HintPath>..\lib\Rocket.Core.dll</HintPath>
25-
</Reference>
26-
<Reference Include="Rocket.Unturned">
27-
<HintPath>..\lib\Rocket.Unturned.dll</HintPath>
28-
</Reference>
29-
<Reference Include="SDG.NetTransport">
30-
<HintPath>..\lib\SDG.NetTransport.dll</HintPath>
31-
</Reference>
32-
<Reference Include="UnityEngine">
33-
<HintPath>..\lib\UnityEngine.dll</HintPath>
34-
</Reference>
35-
<Reference Include="UnityEngine.CoreModule">
36-
<HintPath>..\lib\UnityEngine.CoreModule.dll</HintPath>
37-
</Reference>
11+
<PackageReference Include="RestoreMonarchy.RocketRedist" Version="3.*" ExcludeAssets="runtime" />
3812
</ItemGroup>
3913

40-
</Project>
14+
</Project>

lib/Assembly-CSharp.dll

-3.65 MB
Binary file not shown.

lib/Newtonsoft.Json.dll

-506 KB
Binary file not shown.

lib/Rocket.API.dll

-15.5 KB
Binary file not shown.

lib/Rocket.Core.dll

-75.5 KB
Binary file not shown.

lib/Rocket.Unturned.dll

-93.5 KB
Binary file not shown.

lib/SDG.NetTransport.dll

-15.9 KB
Binary file not shown.

lib/UnityEngine.CoreModule.dll

-1.22 MB
Binary file not shown.

lib/UnityEngine.dll

-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)