Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwotimes committed Aug 17, 2022
1 parent 14fb248 commit e2106ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 3.0.6
## 3.0.7
### Added
- Made property `Pokemon.BaseExperience` nullable: [#37](https://github.com/mtrdp642/PokeApiNet/pull/37)

## 3.0.6
This is the same release as 3.0.5. Use 3.0.7 instead.

## 3.0.5
### Added
- Updated `Pokemon` model to include new properties for historical and alternate form sprites: [#33](https://github.com/mtrdp642/PokeApiNet/pull/33)
Expand Down
2 changes: 1 addition & 1 deletion PokeApiNet/PokeApiNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.6</Version>
<Version>3.0.7</Version>
<Authors>JJ Banda</Authors>
<Company />
<Description>.Net client for the PokeAPI api</Description>
Expand Down

0 comments on commit e2106ff

Please sign in to comment.