Releases: f2calv/CasCap.Apis.GooglePhotos
Releases · f2calv/CasCap.Apis.GooglePhotos
3.0.2
3.0.1
F2calv/2024 02 updates (#166) * update devcontainer * nuget updates
3.0.0
F2calv/2023 11 dotnet8 (#165) * bump lang version * target .net8.0 +semver: major * bump SourceLink dependency * misc updates * nuget updates * fix * bump codeql action version * fix new warnings
2.0.4
nuget updates (#152)
2.0.3
F2calv/2023 10 updates (#145) * dependabot update * nuget updates
2.0.2
F2calv/2023 09 mediatype fix (#144) * nuget update * update image & video mime types * general tidy up
2.0.1
nuget updates + tweaks (#141) Co-authored-by: Azure DevOps CI <[email protected]>
2.0.0
This release has breaking changes;
- dropped .netstandard support, now only supporting LTS + Current Release (e.g. .NET 6 & .NET 7).
- GetMediaItemsAsync changed to IAsyncEnumerable w/HashSet to filter out responses of duplicate MediaItems.
- DownloadBytes signature changed to better/implicitly handle Exif data (see #98)
- Some integration test improvements.
Note: For very low pageSize values GetMediaItemsAsync is unlikely to retreive the correct number of items.
1.1.2
fix gh workflow (#114) * correct gh workflow * update wf secret Co-authored-by: Azure DevOps CI <[email protected]>
1.1.1
multiple bug fixes (#112) * nuget updates * update dependabot * start debugging * handle low page count * rename global usings to match convention * update dependencies * tidy usings * change ResumableMultipart offset to long * json formatting * dependabot ignore update * fix for non-English characters in uploaded filename * DownloadBytes Exif param changes * remove netcoreapp3.1 support * test multiple low page sizes * indentation * added comment * revert exif test & DownloadBytes * re-add netcoreapp3.1 target Co-authored-by: Azure DevOps CI <[email protected]>