Skip to content

Commit 517bc41

Browse files
XanderLucianoTangilJ
authored andcommitted
Update RLBot framework to 0.0.3 (RLBot#2)
@XanderLuciano's commit on changing the default installed version
1 parent 616ca86 commit 517bc41

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
@@ -53,11 +53,11 @@
5353
</PropertyGroup>
5454
<ItemGroup>
5555
<Reference Include="FlatBuffers, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56-
<HintPath>..\packages\RLBot.Framework.0.0.2\lib\net461\FlatBuffers.dll</HintPath>
56+
<HintPath>..\packages\RLBot.Framework.0.0.3\lib\net461\FlatBuffers.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="RLBotDotNet, Version=0.0.2.0, Culture=neutral, processorArchitecture=MSIL">
60-
<HintPath>..\packages\RLBot.Framework.0.0.2\lib\net461\RLBotDotNet.dll</HintPath>
59+
<Reference Include="RLBotDotNet, Version=0.0.3.0, Culture=neutral, processorArchitecture=MSIL">
60+
<HintPath>..\packages\RLBot.Framework.0.0.3\lib\net461\RLBotDotNet.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="System" />
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="0.0.2" targetFramework="net461" />
3+
<package id="RLBot.Framework" version="0.0.3" targetFramework="net461" />
44
</packages>

0 commit comments

Comments
 (0)