Skip to content

Commit

Permalink
Incremented version, updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ervie committed Nov 20, 2019
1 parent f145033 commit ab2ec4b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 29.09.2019 - Version 1.3.1 (newest)
## 20.11.2019 - Version 1.3.2 (newest)

- Integration with Jikan API v3.4.
- Features
- <b>[User]</b> `UserId` added to `UserProfile`

## 29.09.2019 - Version 1.3.1

- Fixes
- <b>[General]</b> Removed null check during creation http client in order to avoid multiple `Jikan` objects holding same url.
Expand Down
6 changes: 3 additions & 3 deletions JikanDotNet/JikanDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Authors>Bartłomiej Buchała</Authors>
<Description>A dotnet wrapper for Jikan REST API, fetching data from MyAnimeList.</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -13,8 +13,8 @@
<PackageLicenseUrl>https://github.com/Ervie/jikan.net/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Ervie/jikan.net</PackageProjectUrl>
<PackageIconUrl>https://jikan.moe/assets/images/favicon/apple-touch-icon.png</PackageIconUrl>
<FileVersion>1.3.0.1</FileVersion>
<AssemblyVersion>1.3.0.1</AssemblyVersion>
<FileVersion>1.3.0.2</FileVersion>
<AssemblyVersion>1.3.0.2</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ Then restore dependencies:

# Changelog

## 29.09.2019 - Version 1.3.1
## 20.11.2019 - Version 1.3.2

- Fixes
- <b>[General]</b> Removed null check during creation http client in order to avoid multiple `Jikan` objects holding same url.
- <b>[Search]</b> Fixed incorrect parameters listing in search queries, which leaded to returning null.
- Integration with Jikan API v3.4.
- Features
- <b>[User]</b> `UserId` added to `UserProfile`


**[Read More](https://github.com/Ervie/jikan.net/blob/master/Changelog.md)**
Expand Down

0 comments on commit ab2ec4b

Please sign in to comment.