Skip to content

Commit f69f59c

Browse files
committed
rename mirror in workflow + bump LabAPI
1 parent a414852 commit f69f59c

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
wget -O "References.zip" ${{ env.ReferenceUrl }}
3131
unzip -d ${{ env.ReferencePath }} "References.zip"
3232
33-
- name: Rename Assembly-CSharp
33+
- name: Rename Publicized Assemblies
3434
working-directory: ${{ env.ReferencePath }}
35-
run: mv Assembly-CSharp-Publicized.dll Assembly-CSharp.dll
35+
run: |
36+
mv Assembly-CSharp-Publicized.dll Assembly-CSharp.dll
37+
mv Mirror-Publicized.dll Mirror.dll
3638
3739
- name: Download CommandSystem
3840
uses: robinraju/release-downloader@v1.12

ModeratorTools/ModeratorTools.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<LangVersion>12</LangVersion>
66
<PlatformTarget>x64</PlatformTarget>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<Version>1.0.2</Version>
8+
<Version>1.0.3</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<Reference Include="Assembly-CSharp"/>
13-
<Reference Include="Assembly-CSharp-firstpass"/>
14-
<Reference Include="Axwabo.CommandSystem"/>
15-
<Reference Include="Axwabo.Helpers"/>
16-
<Reference Include="CommandSystem.Core"/>
17-
<Reference Include="Mirror"/>
18-
<Reference Include="Pooling"/>
19-
<Reference Include="UnityEngine.CoreModule"/>
20-
<Reference Include="UnityEngine.PhysicsModule"/>
12+
<Reference Include="Assembly-CSharp" />
13+
<Reference Include="Assembly-CSharp-firstpass" />
14+
<Reference Include="Axwabo.CommandSystem" />
15+
<Reference Include="Axwabo.Helpers" />
16+
<Reference Include="CommandSystem.Core" />
17+
<Reference Include="Mirror" />
18+
<Reference Include="Pooling" />
19+
<Reference Include="UnityEngine.CoreModule" />
20+
<Reference Include="UnityEngine.PhysicsModule" />
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Northwood.LabAPI" Version="1.1.1" />
24+
<PackageReference Include="Northwood.LabAPI" Version="1.1.3" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)