Skip to content

Commit

Permalink
Updated DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
HristoKolev committed Dec 10, 2021
1 parent 1c637ca commit 8d8ed27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/TvDbSharper/TvDbClient.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ public class EpisodeBaseRecordDto
public string Image { get; set; }

[JsonProperty("imageType")]
public int ImageType { get; set; }
public int? ImageType { get; set; }

[JsonProperty("isMovie")]
public long IsMovie { get; set; }
Expand Down Expand Up @@ -1269,7 +1269,7 @@ public class EpisodeExtendedRecordDto
public string Image { get; set; }

[JsonProperty("imageType")]
public int ImageType { get; set; }
public int? ImageType { get; set; }

[JsonProperty("isMovie")]
public long IsMovie { get; set; }
Expand Down
6 changes: 3 additions & 3 deletions src/TvDbSharper/TvDbSharper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>TvDbSharper is fully featured modern REST client for the TheTVDB API v4</Description>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionPrefix>4.0.2</VersionPrefix>
<Authors>HristoKolev</Authors>
<TargetFramework>netstandard1.1</TargetFramework>
<NoWarn>$(NoWarn);1591</NoWarn>
Expand All @@ -19,8 +19,8 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<Version>4.0.1</Version>
<PackageVersion>4.0.1</PackageVersion>
<Version>4.0.2</Version>
<PackageVersion>4.0.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8d8ed27

Please sign in to comment.