Skip to content

Commit 46783e2

Browse files
kipje13TangilJ
authored andcommitted
Update RLBot NuGet version to 1.2.3 (#11)
1 parent 0dda2a7 commit 46783e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RLBotCSharpExample/RLBotCSharpExample/RLBotCSharpExample.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
</PropertyGroup>
5555
<ItemGroup>
5656
<Reference Include="FlatBuffers, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\packages\RLBot.Framework.1.1.0\lib\net461\FlatBuffers.dll</HintPath>
57+
<HintPath>..\packages\RLBot.Framework.1.2.3\lib\net461\FlatBuffers.dll</HintPath>
5858
</Reference>
59-
<Reference Include="RLBotDotNet, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
60-
<HintPath>..\packages\RLBot.Framework.1.1.0\lib\net461\RLBotDotNet.dll</HintPath>
59+
<Reference Include="RLBotDotNet, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
60+
<HintPath>..\packages\RLBot.Framework.1.2.3\lib\net461\RLBotDotNet.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System" />
6363
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="RLBot.Framework" version="1.1.0" targetFramework="net461" />
3+
<package id="RLBot.Framework" version="1.2.3" targetFramework="net461" />
44
</packages>

0 commit comments

Comments
 (0)