Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Jul 28, 2024
1 parent cad9952 commit dde2921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.7.0
* Added .NET 8 as test target
* Dropped .NET 6
* Added tests for macOS ARM
* Bumped System.Text.Json to 8.0.4

## 1.6.0
* Increased TargetFramework to netstandard2.0
* Tinify client is now tested on
Expand Down
2 changes: 1 addition & 1 deletion src/Tinify/Tinify.csproj
Original file line number Diff line number Diff line change
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.6.0</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<Authors>Tinify</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Tinify</AssemblyName>
Expand Down

0 comments on commit dde2921

Please sign in to comment.