Skip to content

Commit

Permalink
Update README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin authored Jan 8, 2024
1 parent a34b7f9 commit 035d7fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ services.AddHealthChecks()
- From 3.x to 4.x
- `Minio` upgraded to [4.0.0][minio-4.0.0]
- `options.OnClientConfiguration` replaced with `options.ConfigureClient(...)`
- From 5.x to 6.x
- `Minio` upgraded to [6.0.1][minio-6.0.1]
- DI client type changed from `MinioClient` to `IMinioClient`

[minio]: https://github.com/minio/minio-dotnet
[minio-4.0.0]: https://github.com/minio/minio-dotnet/releases/tag/4.0.0
[minio-5.0.0]: https://github.com/minio/minio-dotnet/releases/tag/5.0.0
[minio-6.0.1]: https://github.com/minio/minio-dotnet/releases/tag/6.0.1

0 comments on commit 035d7fc

Please sign in to comment.