Skip to content

Commit

Permalink
Bumped version up to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dentolos19 committed Aug 20, 2022
1 parent c248ebf commit ee0aedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AniListNet/AniListNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<Title>AniList.NET</Title>
<Description>A simple .NET API wrapper for AniList!</Description>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<Authors>Dennise Catolos</Authors>
<Copyright>Copyright © 2022</Copyright>

Expand Down
3 changes: 2 additions & 1 deletion AniListNet/Objects/User/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ public class User
[JsonProperty("name")] public string Name { get; private set; }
[JsonProperty("about")] public string? About { get; private set; }
[JsonProperty("avatar")] public Image Avatar { get; private set; }

[JsonProperty("bannerImage")] public Uri? BannerImageUrl { get; private set; }
[JsonProperty("options")] public UserOptions Options { get; private set; }
// [JsonProperty("options")] public UserOptions Options { get; private set; }

/* below is properties specific for the authenticated user */

Expand Down

0 comments on commit ee0aedd

Please sign in to comment.