Skip to content

Commit 404864e

Browse files
LabAPI update
1 parent f43fa53 commit 404864e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CameraSystem-LabAPI/App.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?><configuration>
2+
<runtime>
3+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
4+
<dependentAssembly>
5+
<assemblyIdentity name="LabApi" publicKeyToken="null" culture="neutral" />
6+
<bindingRedirect oldVersion="0.0.0.0-1.1.2.0" newVersion="1.1.2.0" />
7+
</dependentAssembly>
8+
</assemblyBinding>
9+
</runtime>
10+
</configuration>

CameraSystem-LabAPI/CameraSystem-LabAPI.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<Reference Include="CommandSystem.Core">
5252
<HintPath>$(SL_REFERENCES)\CommandSystem.Core.dll</HintPath>
5353
</Reference>
54-
<Reference Include="LabApi, Version=1.1.1.0, Culture=neutral, processorArchitecture=Amd64">
55-
<HintPath>..\packages\Northwood.LabAPI.1.1.1\lib\net48\LabApi.dll</HintPath>
54+
<Reference Include="LabApi, Version=1.1.2.0, Culture=neutral, processorArchitecture=Amd64">
55+
<HintPath>..\packages\Northwood.LabAPI.1.1.2\lib\net48\LabApi.dll</HintPath>
5656
</Reference>
5757
<Reference Include="Mirror">
5858
<HintPath>$(SL_REFERENCES)\Mirror.dll</HintPath>
@@ -95,6 +95,7 @@
9595
<Compile Include="Properties\AssemblyInfo.cs"/>
9696
</ItemGroup>
9797
<ItemGroup>
98+
<None Include="App.config" />
9899
<None Include="packages.config" />
99100
</ItemGroup>
100101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Lib.Harmony" version="2.4.1" targetFramework="net48" />
4-
<package id="Northwood.LabAPI" version="1.1.1" targetFramework="net48" />
4+
<package id="Northwood.LabAPI" version="1.1.2" targetFramework="net48" />
55
<package id="YamlDotNet" version="11.0.1" targetFramework="net48" />
66
</packages>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![GitHub release](https://flat.badgen.net/github/release/FrikandelbroodjeCommunity/CameraSystem-LabAPI/)](https://github.com/FrikandelbroodjeCommunity/CameraSystem-LabAPI/releases/latest)
2-
[![LabAPI Version](https://flat.badgen.net/static/LabAPI%20Version/v1.1.1)](https://github.com/northwood-studios/LabAPI)
2+
[![LabAPI Version](https://flat.badgen.net/static/LabAPI%20Version/v1.1.2)](https://github.com/northwood-studios/LabAPI)
33
[![Original](https://flat.badgen.net/static/Original/intjiraya?icon=github)](https://github.com/intjiraya/CameraSystem)
44
[![License](https://flat.badgen.net/github/license/FrikandelbroodjeCommunity/CameraSystem-LabAPI/)](https://github.com/FrikandelbroodjeCommunity/CameraSystem-LabAPI/blob/master/LICENSE)
55

0 commit comments

Comments
 (0)