diff --git a/IMDbAPI_Client/IMDbAPI_Client.csproj b/IMDbAPI_Client/IMDbAPI_Client.csproj
index 6d1ef44..44aad6d 100644
--- a/IMDbAPI_Client/IMDbAPI_Client.csproj
+++ b/IMDbAPI_Client/IMDbAPI_Client.csproj
@@ -51,8 +51,8 @@
ProjectIcon.ico
-
- ..\packages\IMDbApiLib.1.9.2\lib\net46\IMDbApiLib.dll
+
+ ..\packages\IMDbApiLib.2.0.0\lib\net46\IMDbApiLib.dll
..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll
@@ -64,7 +64,7 @@
..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll
- ..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll
+ ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
diff --git a/IMDbAPI_Client/MainForm.designer.cs b/IMDbAPI_Client/MainForm.designer.cs
index ea78497..1e54b11 100644
--- a/IMDbAPI_Client/MainForm.designer.cs
+++ b/IMDbAPI_Client/MainForm.designer.cs
@@ -174,7 +174,7 @@ private void InitializeComponent()
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(184, 15);
this.metroLabel1.TabIndex = 3;
- this.metroLabel1.Text = "A free client app for IMDb-API.com";
+ this.metroLabel1.Text = "A free client app for TV-API.com";
//
// btnVersion
//
@@ -218,7 +218,7 @@ private void InitializeComponent()
this.MinimumSize = new System.Drawing.Size(916, 617);
this.Name = "MainForm";
this.Padding = new System.Windows.Forms.Padding(23, 79, 23, 27);
- this.Text = "IMDb API Client";
+ this.Text = "TV-API Client";
this.Load += new System.EventHandler(this.MainForm_Load);
this.pnlCommands.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
diff --git a/IMDbAPI_Client/Properties/AssemblyInfo.cs b/IMDbAPI_Client/Properties/AssemblyInfo.cs
index 30d7a63..4c07e3d 100644
--- a/IMDbAPI_Client/Properties/AssemblyInfo.cs
+++ b/IMDbAPI_Client/Properties/AssemblyInfo.cs
@@ -7,10 +7,10 @@
[assembly: AssemblyTitle("IMDbAPI Client")]
[assembly: AssemblyDescription("Manage and organize movies and series")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("IMDb-API")]
+[assembly: AssemblyCompany("TV-API")]
[assembly: AssemblyProduct("IMDbAPI Client")]
-[assembly: AssemblyCopyright("Copyright © 2022")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCopyright("Copyright © 2024")]
+[assembly: AssemblyTrademark("https://tv-api.com")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.9.2.0")]
-[assembly: AssemblyFileVersion("1.9.2.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]
diff --git a/IMDbAPI_Client/packages.config b/IMDbAPI_Client/packages.config
index 7f687c5..69204cd 100644
--- a/IMDbAPI_Client/packages.config
+++ b/IMDbAPI_Client/packages.config
@@ -1,7 +1,7 @@
-
+
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 50b9a25..c6537ef 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,14 @@
-# IMDb-Api Client Application
-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)
+# TV-API (IMDb-Api) Client Application
+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)
## Nuget
Install from Nuget using the command: **Install-Package IMDbApiLib** View more about that here: https://nuget.org/packages/IMDbApiLib
## API Documentation
-[IMDb API Documentation](https://imdb-api.com/api)
+[TV-API Documentation](https://tv-api.com/api)
## Screenshot
-![IMDb API Client](https://imdb-api.com/img/imdb-api-client.png "IMDb API Client")
-
-## IMDb-Api Client Application - Created by Avalonia and .NET 5
-### Windows x86/x64
-![IMDb API Client Windows](https://imdb-api.com/img/imdb-api-client-windows.png "IMDb API Client Windows")
-
-### OSX x64
-![IMDb API Client OSX](https://imdb-api.com/img/imdb-api-client-osx.png "IMDb API Client OSX")
-
-### Linux x64
-![IMDb API Client Linux](https://imdb-api.com/img/imdb-api-client-linux.png "IMDb API Client Linux")
+![TV-API Client](https://tv-api.com/img/imdb-api-client.png "TV-API Client")
## Download
[Download latest version](https://github.com/IMDb-API/IMDbApiClient/releases)
\ No newline at end of file