File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments