Skip to content

Releases: f2calv/CasCap.Apis.GooglePhotos

3.0.2

27 Aug 03:36
f247d62
Compare
Choose a tag to compare
F2calv/2024 08 updates (#179)

* tidy

* nuget update

* fix ci

* add pre-commit

* remove old ado pipeline

* update devcontainer

* lint fixes

3.0.1

24 Apr 02:48
5c19639
Compare
Choose a tag to compare
F2calv/2024 02 updates (#166)

* update devcontainer

* nuget updates

3.0.0

12 Jan 08:06
bd2ed35
Compare
Choose a tag to compare
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

11 Nov 02:25
34c1aa7
Compare
Choose a tag to compare
nuget updates (#152)

2.0.3

13 Oct 00:32
dd22c9d
Compare
Choose a tag to compare
F2calv/2023 10 updates (#145)

* dependabot update

* nuget updates

2.0.2

28 Sep 18:11
6c89219
Compare
Choose a tag to compare
F2calv/2023 09 mediatype fix (#144)

* nuget update

* update image & video mime types

* general tidy up

2.0.1

30 Mar 01:46
525a126
Compare
Choose a tag to compare
nuget updates + tweaks (#141)

Co-authored-by: Azure DevOps CI <[email protected]>

2.0.0

18 Dec 10:02
cfbdacd
Compare
Choose a tag to compare

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

08 Oct 00:49
05f2237
Compare
Choose a tag to compare
fix gh workflow (#114)

* correct gh workflow

* update wf secret

Co-authored-by: Azure DevOps CI <[email protected]>

1.1.1

03 Oct 15:06
c34c600
Compare
Choose a tag to compare
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]>