Skip to content

Commit d3efa56

Browse files
authored
Update for Hearthstone 12.0.0.25770. (#70)
1 parent dc82e6c commit d3efa56

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.7 Alpha for 12.0.0.25770. (Sep 3, 2018)
910
- Hearthrock 0.6.6 Alpha for 11.2.0.25252. (Jul 17, 2018)
1011
- Hearthrock 0.6.5 Alpha for 11.2.0.24769. (Jun 13, 2018)
1112
- Hearthrock 0.6.4 Alpha for 11.1.1.24589. (May 26, 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": "D42482E83D586A5EF4DB13EE1645D5A9275DCACA",
3-
"version": "11.4.0.25252"
2+
"checksum": "17BC9A7B1F82D05D5A78166F3D21E55A82A08B7F",
3+
"version": "12.0.0.25770"
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.4.0.21\lib\net20\Assembly-CSharp.dll</HintPath>
35+
<HintPath>..\packages\Hearthrock.Stone.12.0.0.22\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.4.0.21\lib\net20\Assembly-CSharp-firstpass.dll</HintPath>
38+
<HintPath>..\packages\Hearthrock.Stone.12.0.0.22\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.4.0.21\lib\net20\Assembly-UnityScript.dll</HintPath>
41+
<HintPath>..\packages\Hearthrock.Stone.12.0.0.22\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.4.0.21\lib\net20\UnityEngine.dll</HintPath>
46+
<HintPath>..\packages\Hearthrock.Stone.12.0.0.22\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.4.0.21" targetFramework="net35" />
3+
<package id="Hearthrock.Stone" version="12.0.0.22" targetFramework="net35" />
44
</packages>

0 commit comments

Comments
 (0)