Skip to content

Commit d8104dd

Browse files
committed
upgrade hearth db version which fix play requirements parse bug HearthSim/HearthDb#16
1 parent 2042897 commit d8104dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CardQuery/CardQuery.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<ApplicationIcon>Resources\3004057.ico</ApplicationIcon>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Chuck-HearthDb, Version=15.2.0.33717, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Chuck-HearthDb.15.2.0.33717\lib\net45\Chuck-HearthDb.dll</HintPath>
41+
<Reference Include="Chuck-HearthDb, Version=15.2.0.33718, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Chuck-HearthDb.15.2.0.33718\lib\net45\Chuck-HearthDb.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4545
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>

CardQuery/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Chuck-HearthDb" version="15.2.0.33717" targetFramework="net472" />
3+
<package id="Chuck-HearthDb" version="15.2.0.33718" targetFramework="net472" />
44
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
55
</packages>

0 commit comments

Comments
 (0)