Skip to content

Commit fadf2db

Browse files
committed
Awards and NameAwards added
1 parent 4038b58 commit fadf2db

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

IMDbAPI_Client/IMDbAPI_Client.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<ApplicationIcon>ProjectIcon.ico</ApplicationIcon>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="IMDbApiLib, Version=1.6.3.1, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>..\packages\IMDbApiLib.1.6.3.1\lib\net45\IMDbApiLib.dll</HintPath>
54+
<Reference Include="IMDbApiLib, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\IMDbApiLib.1.8.0\lib\net46\IMDbApiLib.dll</HintPath>
5656
</Reference>
5757
<Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
5858
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
@@ -67,6 +67,10 @@
6767
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6868
</Reference>
6969
<Reference Include="System" />
70+
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
71+
<HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
72+
</Reference>
73+
<Reference Include="System.ComponentModel.DataAnnotations" />
7074
<Reference Include="System.Core" />
7175
<Reference Include="System.Xml.Linq" />
7276
<Reference Include="System.Data.DataSetExtensions" />

IMDbAPI_Client/UserControls/Step1_InitUC.Designer.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IMDbAPI_Client/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="IMDbApiLib" version="1.6.3.1" targetFramework="net472" />
3+
<package id="IMDbApiLib" version="1.8.0" targetFramework="net472" />
44
<package id="MetroModernUI" version="1.4.0.0" targetFramework="net472" />
55
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
6+
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net472" />
67
</packages>

0 commit comments

Comments
 (0)