Skip to content

Commit

Permalink
🔖 Version 3.18.2 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Jul 22, 2024
1 parent 3b25b7d commit da8a486
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Mindee .NET API Library Changelog

## v3.18.2 - 2024-07-22
### Fixes
* :bug: fix RestSharp's restclient being given improper scope for use in workers



## v3.18.1 - 2024-07-19
### Fixes
* :bug: fix issue that prevented the API from working in workers without manually adding RestClient as a dependency.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.18.1</VersionPrefix>
<VersionPrefix>3.18.2</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
Expand Down

0 comments on commit da8a486

Please sign in to comment.