Closed dependabot[bot] closed 4 years ago
Github's autogeneration of this PR is well intentioned but confused. feature/develop was updated to Metadata Extractor 2.2.0 some time ago.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps MetadataExtractor from 2.0.0 to 2.2.0.
Release notes
*Sourced from [MetadataExtractor's releases](https://github.com/drewnoakes/metadata-extractor-dotnet/releases).* > ## v2.2.0 > - Add Canon Quality descriptions ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#226](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/226)) > - Add timezone tags ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#223](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/223)) > - Fix `GetAllExtensions` bounds check ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#222](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/222)) > - Extract XMP from CRX ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#225](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/225)) > - Register text encodings under `netstandard2.0` > - Add WAV support ([@dmitry-shechtman](https://github.com/dmitry-shechtman) in [#215](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/215)) > - Fix parsing of IPTC versions having more than two bytes ([#214](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/214)) > - Improve PNG raw profile parsing ([@drewnoakes](https://github.com/drewnoakes)) > - Add string timezone tags ([@dmitry-shechtman](https://github.com/dmitry-shechtman)) > - Fix uint parsing of `StringValue` ([@kwhopper](https://github.com/kwhopper) [#199](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/199)) > - Add CRX record modes ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#208](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/208)) > - Migrate to C# 8 and annotate nullability of references > - Add initial CR3 support ([@dmitry-shechtman](https://github.com/dmitry-shechtman) [#205](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/205)) > - Catch PNG chunk processing errors ([@kwhopper](https://github.com/kwhopper) [#201](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/201)) > - Add more ICC tags ([@kwhopper](https://github.com/kwhopper) [#200](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/200)) > - Extend and improve GPS support ([@kwhopper](https://github.com/kwhopper) [#198](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/198)) > - Add support for JPEG Huffman tables ([@kwhopper](https://github.com/kwhopper) [#197](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/197)) > - Fix potential stack overflow ([@drewnoakes](https://github.com/drewnoakes) [#190](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/190)) > - Update Exif white balance descriptions to match spec > - Extend GIF control support ([@kwhopper](https://github.com/kwhopper) [#181](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/181)) > - Fix AVI duration time presentation ([@kwhopper](https://github.com/kwhopper) [#179](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/179)) > - Fix PNG background colour description ([@kwhopper](https://github.com/kwhopper) [#182](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/182)) > - Extend BMP support ([@kwhopper](https://github.com/kwhopper) [#185](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/185)) > - Catch PNG iCCP decompression errors ([@kwhopper](https://github.com/kwhopper) [#183](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/183)) > - Fix Nikon type 2 makernote power-up time description ([@kwhopper](https://github.com/kwhopper) [#178](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/178), [#180](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/180)) > - Support more ICC and Photoshop data in Exif ([@kwhopper](https://github.com/kwhopper) [#176](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/176)) > - Add Exif brightness descriptor and improve exposure program description ([@kwhopper](https://github.com/kwhopper) [#177](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/177)) > - Upgrade XmpCore package to 6.1.10 ([@drewnoakes](https://github.com/drewnoakes)) > - Use snupkg for debug symbols ([@drewnoakes](https://github.com/drewnoakes)) > - Fix QuickTime compatible brands description ([@KleasMcHolthuis](https://github.com/KleasMcHolthuis) [#227](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/227)) > - Enable SourceLink ([@drewnoakes](https://github.com/drewnoakes) [#229](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/229)) > > ## v2.1.0 > Thanks to all the [amazing contributors](https://github.com/drewnoakes/metadata-extractor-dotnet/graphs/contributors) who made this release what it is! > > New features > > - Add support for AVI files [#117](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/117) > - Add support for DJI makernotes [#119](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/119), [#164](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/164) > - Add support for GPS horizontal position error tag [#133](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/133) > - Add `FileTypeDirectory` > - Add support for XMP data in GIF files [#143](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/143) > - Add support for Extended DataSet Tag in IPTC > - Add support for QuickTime transformation matrix and rotation [#152](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/152) > - Add `netstandard2.0` support [#120](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/120) > - Add differentiation between RIFF formats (WAV, AVI, WebP) > > Fixes > > ... (truncated)Commits
- [`0000000`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/0000000932692c6496960dd62b73490559c1a6ee) Version 2.2.0 - [`dcf5341`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/dcf5341eb4020e0ab919490083fb48bfcf5f64f1) Fix ID for strong-name package - [`62319f5`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/62319f5e5ff449f5a2c2720cdf758eb056e6d1ac) Embed icon in package directly - [`294919d`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/294919d38fa1950ffc68700bdfa421a45780ac44) Add azure-pipelines.yml to solution - [`c9abe45`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/c9abe45d83ba60f6a555ac9100f011801ee4ea49) Merge pull request [#229](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/229) from drewnoakes/source-link - [`9e1add5`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/9e1add50051773038de3dc54d65beb829fd3c84e) Enable SourceLink - [`3c396a4`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/3c396a4bd25d7eaa01355bf2b5bfa2d898c961a3) Merge pull request [#228](https://github-redirect.dependabot.com/drewnoakes/metadata-extractor-dotnet/issues/228) from drewnoakes/use-default-compiler - [`6590dd6`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/6590dd68216d31d7ffbe12a33d49a5a41b4d952e) Use default compiler - [`1eae395`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/1eae395e9ae0348438855df3da0078ce2d868d94) Merge branch 'crx_xmp' - [`0d6ae74`](https://github.com/drewnoakes/metadata-extractor-dotnet/commit/0d6ae74fab69b407daeb1fe0402df4440759eeee) Remove parent directory assignment - Additional commits viewable in [compare view](https://github.com/drewnoakes/metadata-extractor-dotnet/compare/2.0.0...2.2.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/CascadesCarnivoreProject/Carnassial/network/alerts).