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 8b7ae8b commit 33ecafbCopy full SHA for 33ecafb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee .NET Client Library Changelog
2
3
+## v3.31.0 - 2025-08-27
4
+### Changes
5
+* :sparkles: add typed properties to list and object
6
+### Fixes
7
+* :memo: fix page options doc
8
+
9
10
## v3.30.0 - 2025-08-04
11
### Changes
12
* :sparkles: add support for page count & mime type, fix v2 field naming conventions
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.30.0</VersionPrefix>
+ <VersionPrefix>3.31.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
0 commit comments