Skip to content

Commit 7f77956

Browse files
committed
TV-API.com
1 parent b9c2076 commit 7f77956

File tree

5 files changed

+16
-26
lines changed

5 files changed

+16
-26
lines changed

IMDbAPI_Client/IMDbAPI_Client.csproj

Lines changed: 3 additions & 3 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.9.2.0, Culture=neutral, processorArchitecture=MSIL">
55-
<HintPath>..\packages\IMDbApiLib.1.9.2\lib\net46\IMDbApiLib.dll</HintPath>
54+
<Reference Include="IMDbApiLib, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\IMDbApiLib.2.0.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>
@@ -64,7 +64,7 @@
6464
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
67+
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6868
</Reference>
6969
<Reference Include="System" />
7070
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

IMDbAPI_Client/MainForm.designer.cs

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

IMDbAPI_Client/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
[assembly: AssemblyTitle("IMDbAPI Client")]
88
[assembly: AssemblyDescription("Manage and organize movies and series")]
99
[assembly: AssemblyConfiguration("")]
10-
[assembly: AssemblyCompany("IMDb-API")]
10+
[assembly: AssemblyCompany("TV-API")]
1111
[assembly: AssemblyProduct("IMDbAPI Client")]
12-
[assembly: AssemblyCopyright("Copyright © 2022")]
13-
[assembly: AssemblyTrademark("")]
12+
[assembly: AssemblyCopyright("Copyright © 2024")]
13+
[assembly: AssemblyTrademark("https://tv-api.com")]
1414
[assembly: AssemblyCulture("")]
1515

1616
// Setting ComVisible to false makes the types in this assembly not visible
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.9.2.0")]
35-
[assembly: AssemblyFileVersion("1.9.2.0")]
34+
[assembly: AssemblyVersion("2.0.0.0")]
35+
[assembly: AssemblyFileVersion("2.0.0.0")]

IMDbAPI_Client/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="IMDbApiLib" version="1.9.2" targetFramework="net472" />
3+
<package id="IMDbApiLib" version="2.0.0" targetFramework="net472" />
44
<package id="MetroModernUI" version="1.4.0.0" targetFramework="net472" />
5-
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
5+
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
66
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net472" />
77
</packages>

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
# IMDb-Api Client Application
2-
The IMDb-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [IMDb API](https://imdb-api.com)
1+
# TV-API (IMDb-Api) Client Application
2+
The TV-API is a web service for receiving movie, serial and cast information. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. [TV-API](https://tv-api.com)
33

44
## Nuget
55
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib
66

77
## API Documentation
8-
[IMDb API Documentation](https://imdb-api.com/api)
8+
[TV-API Documentation](https://tv-api.com/api)
99

1010
## Screenshot
11-
![IMDb API Client](https://imdb-api.com/img/imdb-api-client.png "IMDb API Client")
12-
13-
## IMDb-Api Client Application - Created by Avalonia and .NET 5
14-
### Windows x86/x64
15-
![IMDb API Client Windows](https://imdb-api.com/img/imdb-api-client-windows.png "IMDb API Client Windows")
16-
17-
### OSX x64
18-
![IMDb API Client OSX](https://imdb-api.com/img/imdb-api-client-osx.png "IMDb API Client OSX")
19-
20-
### Linux x64
21-
![IMDb API Client Linux](https://imdb-api.com/img/imdb-api-client-linux.png "IMDb API Client Linux")
11+
![TV-API Client](https://tv-api.com/img/imdb-api-client.png "TV-API Client")
2212

2313
## Download
2414
[Download latest version](https://github.com/IMDb-API/IMDbApiClient/releases)

0 commit comments

Comments
 (0)