Skip to content

Commit

Permalink
Update version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Wahlstrom committed Nov 8, 2017
1 parent 49ae619 commit 62cbd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,3 +1,6 @@
## 1.5.2
* Lower TargetFramework to 1.4 to support .NET Core 1.x.

## 1.5.1
* Make Tinify.CompressionCount nullable, it is unset if no calls to the
server have been made or if the server does not return a count.
Expand Down
2 changes: 1 addition & 1 deletion src/Tinify/Tinify.csproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>.NET client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.</Description>
<AssemblyTitle>Tinify</AssemblyTitle>
<VersionPrefix>1.5.1</VersionPrefix>
<VersionPrefix>1.5.2</VersionPrefix>
<Authors>Tinify</Authors>
<TargetFramework>netstandard1.4</TargetFramework>
<AssemblyName>Tinify</AssemblyName>
Expand Down

0 comments on commit 62cbd0f

Please sign in to comment.