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 b288b8f commit 0357925Copy full SHA for 0357925
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v3.11.1 - 2024-04-05
4
+### Changes
5
+* :zap: increase max retries in CLI to 60
6
+
7
+### Fixes
8
+* :bug: fix for writing custom classes to JSON
9
10
## v3.11.0 - 2024-03-26
11
### Changes
12
* :white_check_mark: compatibility with .NET 8.0
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.11.0</VersionPrefix>
+ <VersionPrefix>3.11.1</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
0 commit comments