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 d0b053e commit 214029dCopy full SHA for 214029d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee .NET Client Library Changelog
2
3
+## v3.30.0 - 2025-08-04
4
+### Changes
5
+* :sparkles: add support for page count & mime type, fix v2 field naming conventions
6
+### Fixes
7
+* :bug: fix for field attributes being at the wrong level
8
+
9
10
## v3.29.0 - 2025-07-29
11
### Changes
12
* :sparkles: Add support for mindee API V2 client & features
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.29.0</VersionPrefix>
+ <VersionPrefix>3.30.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
0 commit comments