Skip to content

Commit e5e1dc5

Browse files
authored
Update for Hearthstone 11.1.0.24377. (#60)
1 parent b01c8da commit e5e1dc5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Hearthstone® Bot Engine https://yangyuan.github.io/hearthrock
66

77
## News
88

9+
- Hearthrock 0.6.3 Alpha for 11.1.0.24377. (May 19, 2018)
910
- Hearthrock 0.6.2 Alpha for 11.0.0.23966. (Apr 23, 2018)
1011
- Hearthrock 0.6.1 Alpha for 10.4.0.23576. (Mar 13, 2018)
1112
- Hearthrock 0.6.0 Alpha for 10.2.0.23180. (Feb 11, 2018)

src/Hearthrock.Client/pegasus.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"checksum": "1711D8AFA53F68EA12966F952E3A62AF1E2ED0A2",
3-
"version": "11.0.0.23966"
2+
"checksum": "82F6D17FBFF163898F2FEB9FA5462AF60B5633AA",
3+
"version": "11.1.0.24377"
44
}

src/Hearthrock/Hearthrock.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\Hearthrock.Stone.11.0.0.17\lib\net20\Assembly-CSharp.dll</HintPath>
35+
<HintPath>..\packages\Hearthrock.Stone.11.1.0.18\lib\net20\Assembly-CSharp.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Hearthrock.Stone.11.0.0.17\lib\net20\Assembly-CSharp-firstpass.dll</HintPath>
38+
<HintPath>..\packages\Hearthrock.Stone.11.1.0.18\lib\net20\Assembly-CSharp-firstpass.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Assembly-UnityScript, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Hearthrock.Stone.11.0.0.17\lib\net20\Assembly-UnityScript.dll</HintPath>
41+
<HintPath>..\packages\Hearthrock.Stone.11.1.0.18\lib\net20\Assembly-UnityScript.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Xml" />
4545
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Hearthrock.Stone.11.0.0.17\lib\net20\UnityEngine.dll</HintPath>
46+
<HintPath>..\packages\Hearthrock.Stone.11.1.0.18\lib\net20\UnityEngine.dll</HintPath>
4747
</Reference>
4848
</ItemGroup>
4949
<ItemGroup>

src/Hearthrock/packages.config

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="Hearthrock.Stone" version="11.0.0.17" targetFramework="net35" />
3+
<package id="Hearthrock.Stone" version="11.1.0.18" targetFramework="net35" />
44
</packages>

0 commit comments

Comments
 (0)