Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 #1242

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v16.11.0

See the release notes here.

Commits

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.10.0...v16.11.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2021
@jstedfast jstedfast merged commit a645991 into master Aug 17, 2021
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.NET.Test.Sdk-16.11.0 branch August 17, 2021 01:10
Elanis pushed a commit to Elanis/portfolio that referenced this pull request Dec 13, 2022
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.15.0.
<details>
<summary>Changelog</summary>

*Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).*

> ### MailKit 2.15.0 (2021-08-18)
>
> * Use DebugType=full for .NET Framework v4.x. (issue [#1239](jstedfast/MailKit#1239))
> * Updated GMail SSL certificate serial numbers and fingerprints.
> * Small NTLM code improvements.
>
> ### MailKit 2.14.0 (2021-07-28)
>
> * Added support for logging timestamps in the `ProtocolLogger` (see the `LogTimestamps` and `TimestampFormat`
>   properties on `ProtocolLogger`).
> * Added support for automatically redacting user credentials in protocol logs. To enable this, set the
>   `ProtocolLogger.RedactSecrets` property to `true`. (issue [#1174](jstedfast/MailKit#1174))
> * Added the GetMessageSizeAsync() method to the IMailSpool interface.
>   (issue [#1233](jstedfast/MailKit#1233))
> * Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000"
>   which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database.
>   (issue [#1236](jstedfast/MailKit#1236))
> * Make sure to dispose X509Certificates in .NET >= 4.6.
> * Re-added NTLM as one of the default supported SASL mechanisms.
> * Updated GMail SSL certificate serial numbers and fingerprints.
</details>
<details>
<summary>Commits</summary>

- [`6ff7091`](jstedfast/MailKit@6ff7091) Bumped version to 2.15.0
- [`a645991`](jstedfast/MailKit@a645991) Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 ([#1242](jstedfast/MailKit#1242))
- [`caa02b9`](jstedfast/MailKit@caa02b9) NTLM improvements
- [`b206436`](jstedfast/MailKit@b206436) Drop expired GMail SSL certificates
- [`945508f`](jstedfast/MailKit@945508f) Updated GMail SSL certificate serial #'s and fingerprints
- [`e188a02`](jstedfast/MailKit@e188a02) Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 ([#1218](jstedfast/MailKit#1218))
- [`3f54627`](jstedfast/MailKit@3f54627) Use DebugType=full for .NET Framework v4.x
- [`1e34019`](jstedfast/MailKit@1e34019) Bumped version to 2.14.0
- [`ca0751c`](jstedfast/MailKit@ca0751c) If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue
- [`f1323e6`](jstedfast/MailKit@f1323e6) Update GMail SSL certificate info
- Additional commits viewable in [compare view](jstedfast/MailKit@2.13.0...2.15.0)
</details>

<br />

Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/6
Co-authored-by: elanis <[email protected]>
Co-committed-by: elanis <[email protected]>
Elanis pushed a commit to Dysnomia-Studio/dysnomia-website that referenced this pull request Jul 14, 2023
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.15.0.
<details>
<summary>Changelog</summary>

*Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).*

> ### MailKit 2.15.0 (2021-08-18)
>
> * Use DebugType=full for .NET Framework v4.x. (issue [#1239](jstedfast/MailKit#1239))
> * Updated GMail SSL certificate serial numbers and fingerprints.
> * Small NTLM code improvements.
>
> ### MailKit 2.14.0 (2021-07-28)
>
> * Added support for logging timestamps in the `ProtocolLogger` (see the `LogTimestamps` and `TimestampFormat`
>   properties on `ProtocolLogger`).
> * Added support for automatically redacting user credentials in protocol logs. To enable this, set the
>   `ProtocolLogger.RedactSecrets` property to `true`. (issue [#1174](jstedfast/MailKit#1174))
> * Added the GetMessageSizeAsync() method to the IMailSpool interface.
>   (issue [#1233](jstedfast/MailKit#1233))
> * Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000"
>   which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database.
>   (issue [#1236](jstedfast/MailKit#1236))
> * Make sure to dispose X509Certificates in .NET >= 4.6.
> * Re-added NTLM as one of the default supported SASL mechanisms.
> * Updated GMail SSL certificate serial numbers and fingerprints.
</details>
<details>
<summary>Commits</summary>

- [`6ff7091`](jstedfast/MailKit@6ff7091) Bumped version to 2.15.0
- [`a645991`](jstedfast/MailKit@a645991) Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 ([#1242](jstedfast/MailKit#1242))
- [`caa02b9`](jstedfast/MailKit@caa02b9) NTLM improvements
- [`b206436`](jstedfast/MailKit@b206436) Drop expired GMail SSL certificates
- [`945508f`](jstedfast/MailKit@945508f) Updated GMail SSL certificate serial #'s and fingerprints
- [`e188a02`](jstedfast/MailKit@e188a02) Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 ([#1218](jstedfast/MailKit#1218))
- [`3f54627`](jstedfast/MailKit@3f54627) Use DebugType=full for .NET Framework v4.x
- [`1e34019`](jstedfast/MailKit@1e34019) Bumped version to 2.14.0
- [`ca0751c`](jstedfast/MailKit@ca0751c) If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue
- [`f1323e6`](jstedfast/MailKit@f1323e6) Update GMail SSL certificate info
- Additional commits viewable in [compare view](jstedfast/MailKit@2.13.0...2.15.0)
</details>

<br />

Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/9
Co-authored-by: elanis <[email protected]>
Co-committed-by: elanis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant