We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00a672 commit a4bfbc8Copy full SHA for a4bfbc8
CHANGES.md
@@ -1,3 +1,8 @@
1
+## 1.8.1
2
+
3
+* Upgrade System.Text.JSON
4
+* Skip custom CABundle verification on MacOS as it was broken since last MacOS update
5
6
## 1.8.0
7
8
* Added .NET 9 as target
src/Tinify/Tinify.csproj
@@ -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.8.0</VersionPrefix>
+ <VersionPrefix>1.8.1</VersionPrefix>
<Authors>Tinify</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
9
<AssemblyName>Tinify</AssemblyName>
0 commit comments