Skip to content

Commit 4c2e5a5

Browse files
authored
Update for Hearthstone 12.4.0.27641 (#74)
1 parent 6d59be5 commit 4c2e5a5

File tree

8 files changed

+22
-66
lines changed

8 files changed

+22
-66
lines changed

README.md

Lines changed: 1 addition & 3 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.9 Alpha for 12.4.0.27641. (Nov 25, 2018)
910
- Hearthrock 0.6.8 Alpha for 12.2.0.27059. (Oct 15, 2018)
1011
- Hearthrock 0.6.7 Alpha for 12.0.0.25770. (Sep 3, 2018)
1112
- Hearthrock 0.6.6 Alpha for 11.2.0.25252. (Jul 17, 2018)
@@ -15,9 +16,6 @@ Hearthstone® Bot Engine https://yangyuan.github.io/hearthrock
1516
- Hearthrock 0.6.2 Alpha for 11.0.0.23966. (Apr 23, 2018)
1617
- Hearthrock 0.6.1 Alpha for 10.4.0.23576. (Mar 13, 2018)
1718
- Hearthrock 0.6.0 Alpha for 10.2.0.23180. (Feb 11, 2018)
18-
- Hearthrock 0.5.5 Alpha for 10.2.0.23180. (Feb 6, 2018)
19-
- Hearthrock 0.5.4 Alpha for 10.0.0.22611. (Dec 12, 2017)
20-
- Hearthrock 0.5.3 Alpha for 9.4.0.22115. (Nov 18, 2017)
2119
- Hearthrock (AI) received $5,000 credits from NUTech AWS Grant.
2220

2321
## Purposes and Features

src/Hearthrock.Client/Hearthrock.Client.csproj

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,6 @@
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath>
39-
</Reference>
40-
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
42-
</Reference>
43-
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
45-
</Reference>
46-
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
48-
</Reference>
49-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
51-
</Reference>
5237
<Reference Include="System" />
5338
<Reference Include="System.Data" />
5439
<Reference Include="System.Windows.Forms" />
@@ -106,7 +91,6 @@
10691
<Generator>ResXFileCodeGenerator</Generator>
10792
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
10893
</EmbeddedResource>
109-
<None Include="packages.config" />
11094
<None Include="pegasus.json">
11195
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
11296
</None>
@@ -124,5 +108,13 @@
124108
<Name>Hearthrock</Name>
125109
</ProjectReference>
126110
</ItemGroup>
111+
<ItemGroup>
112+
<PackageReference Include="Mono.Cecil">
113+
<Version>0.9.6.4</Version>
114+
</PackageReference>
115+
<PackageReference Include="Newtonsoft.Json">
116+
<Version>9.0.1</Version>
117+
</PackageReference>
118+
</ItemGroup>
127119
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128120
</Project>

src/Hearthrock.Client/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

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": "98240633609B3B5CAEE7E5C92FD0FAA4941CE2AD",
3-
"version": "12.2.0.27059"
2+
"checksum": "AD511E2CDA697C36B3E3C3D84CF6760F28CD5695",
3+
"version": "12.4.0.27641"
44
}

src/Hearthrock.Tests/Hearthrock.Tests.csproj

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" />
43
<PropertyGroup>
54
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
65
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -38,12 +37,6 @@
3837
<WarningLevel>4</WarningLevel>
3938
</PropertyGroup>
4039
<ItemGroup>
41-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
42-
<HintPath>..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
43-
</Reference>
44-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
45-
<HintPath>..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
46-
</Reference>
4740
<Reference Include="System" />
4841
<Reference Include="System.Core" />
4942
</ItemGroup>
@@ -53,23 +46,20 @@
5346
<Compile Include="Contracts\RockActionTests.cs" />
5447
<Compile Include="Properties\AssemblyInfo.cs" />
5548
</ItemGroup>
56-
<ItemGroup>
57-
<None Include="packages.config" />
58-
</ItemGroup>
5949
<ItemGroup>
6050
<ProjectReference Include="..\Hearthrock\Hearthrock.csproj">
6151
<Project>{15639b18-a2ae-4f18-b6c9-184adf24edbb}</Project>
6252
<Name>Hearthrock</Name>
6353
</ProjectReference>
6454
</ItemGroup>
55+
<ItemGroup>
56+
<PackageReference Include="MSTest.TestAdapter">
57+
<Version>1.1.11</Version>
58+
</PackageReference>
59+
<PackageReference Include="MSTest.TestFramework">
60+
<Version>1.1.11</Version>
61+
</PackageReference>
62+
</ItemGroup>
6563
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
6664
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
68-
<PropertyGroup>
69-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
70-
</PropertyGroup>
71-
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props'))" />
72-
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets'))" />
73-
</Target>
74-
<Import Project="..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" />
7565
</Project>

src/Hearthrock.Tests/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Hearthrock/Hearthrock.csproj

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,8 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\Hearthrock.Stone.12.2.0.23\lib\net20\Assembly-CSharp.dll</HintPath>
36-
</Reference>
37-
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Hearthrock.Stone.12.2.0.23\lib\net20\Assembly-CSharp-firstpass.dll</HintPath>
39-
</Reference>
40-
<Reference Include="Assembly-UnityScript, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Hearthrock.Stone.12.2.0.23\lib\net20\Assembly-UnityScript.dll</HintPath>
42-
</Reference>
4334
<Reference Include="System" />
4435
<Reference Include="System.Xml" />
45-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Hearthrock.Stone.12.2.0.23\lib\net20\UnityEngine.dll</HintPath>
47-
</Reference>
4836
</ItemGroup>
4937
<ItemGroup>
5038
<Compile Include="Communication\RockApiClient.cs" />
@@ -75,7 +63,9 @@
7563
<Compile Include="Hooks\RockUnityConstants.cs" />
7664
</ItemGroup>
7765
<ItemGroup>
78-
<None Include="packages.config" />
66+
<PackageReference Include="Hearthrock.Stone">
67+
<Version>12.4.0.24</Version>
68+
</PackageReference>
7969
</ItemGroup>
8070
<Import Project="..\Hearthrock.Bot\Hearthrock.Bot.projitems" Label="Shared" />
8171
<Import Project="..\Hearthrock.Contracts\Hearthrock.Contracts.projitems" Label="Shared" />

src/Hearthrock/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)