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 a220c20 commit b5bd9a5Copy full SHA for b5bd9a5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee .NET Client Library Changelog
2
3
+## v3.37.0 - 2026-01-06
4
+### Changes
5
+* :sparkles: add loading local input source from base64
6
+* :sparkles: add support for data schema parameter
7
+
8
9
## v3.36.1 - 2025-12-15
10
### Changes
11
* :white_check_mark: add initial testing on .NET 10
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.36.1</VersionPrefix>
+ <VersionPrefix>3.37.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
0 commit comments