Skip to content

Commit a96968c

Browse files
authored
🔖 Version 4.0.0 (#389)
1 parent a439fd0 commit a96968c

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Mindee .NET Client Library Changelog
22

3+
4+
## v4.0.0 - 2026-03-27
5+
### Changes
6+
* :sparkles: Add support for `Classification`, `Crop`, `OCR` and `Split` utilities.
7+
* :sparkles: Add Strong Name support
8+
* :sparkles: Add full CLI support for V1 & V2
9+
* :arrow_up: add support for .NET 4.7.2/4.8
10+
* :sparkles: Add ability to search for models through Client and CLI
11+
* :recycle: Make proper classes & methods static and/or private
12+
* :arrow_up: Mutualize and bump most dependencies
13+
* :recycle: mutualize framework targeting
14+
### Fixes
15+
* :bug: Fix V1 CLI
16+
* :recycle: Fix Logging using improper syntax
17+
* :bug: Fix dependency injections not functioning properly for .NET versions 4.7.2 and 4.8
18+
### ¡Breaking Changes!
19+
* :boom: :recycle: Refactor V1
20+
* :recycle: move V1-exclusive internals to dedicated V1 namespace
21+
* :coffin: Remove support for deprecated products:
22+
* `CustomV1`
23+
* `Bill of Lading`
24+
* `Business Card`
25+
* `Delivery Notes`
26+
* `Driver License`
27+
* `FR Energy Bill`
28+
* `Indian Passport`
29+
* `Nutrition Facts`
30+
* `Resume`
31+
* `US Healthcare Card`
32+
* `US Mail`
33+
* :boom: :recycle: Refactor V2
34+
* :recycle: move V2-exclusive internals to dedicated V2 namespace
35+
* :recycle: rename `Inference` V2 product to `Extraction`
36+
* :boom: :refactor: move polling options outside product parameters
37+
38+
339
## v4.0.0-rc2 - 2026-03-23
440
### Changes
541
* :recycle: mutualize framework targeting

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>4.0.0</VersionPrefix>
4-
<VersionSuffix>rc2</VersionSuffix>
4+
<VersionSuffix></VersionSuffix>
55
<Authors>Mindee</Authors>
66
<TargetFrameworks>net472;net48;net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks>
77
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)