We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a6c55 commit d128c1eCopy full SHA for d128c1e
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee .NET Client Library Changelog
2
3
+## v3.38.0 - 2026-02-11
4
+### Changes
5
+* :sparkles: add missing accessors & fix broken simplefields accessors
6
+### Fixes
7
+* :bug: fix improper handling of .NET 10
8
+
9
10
## v3.37.2 - 2026-01-19
11
### Fixes
Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <VersionPrefix>3.37.2</VersionPrefix>
+ <VersionPrefix>3.38.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
0 commit comments