ForNeVeR / CyclopsChat

WPF-based XMPP chat application.
MIT License
21 stars 5 forks source link

Bump SharpXMPP from 0.4.0 to 0.5.1 #80

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps SharpXMPP from 0.4.0 to 0.5.1.

Release notes

Sourced from SharpXMPP's releases.

0.5.1

Fixed

  • #169: Nick setter in BookmarkedConference was using an attribute instead of a nested element

0.5.0

Added

  • #163: BookmarkManager is now available in all the classes derived from XmppConnection, including XmppWebSocketConnection
  • #164: it's now possible to subscribe to XmppConnection::ConnectionClosed
  • #164: a new XmppConnection::Disconnect method to temporarily disconnect shut down the connection without disposing it
  • #166: BookmarkedConference::Nick now has a setter
Changelog

Sourced from SharpXMPP's changelog.

[0.5.1] - 2022-07-26

Fixed

  • #169: Nick setter in BookmarkedConference was using an attribute instead of a nested element

[0.5.0] - 2022-07-20

Added

  • #163: BookmarkManager is now available in all the classes derived from XmppConnection, including XmppWebSocketConnection
  • #164: it's now possible to subscribe to XmppConnection::ConnectionClosed
  • #164: a new XmppConnection::Disconnect method to temporarily disconnect shut down the connection without disposing it
  • #166: BookmarkedConference::Nick now has a setter
Commits
  • 47c7e31 Release: prepare v0.5.1
  • 7e6338d Bump Xamarin.Forms (#171)
  • 0a27018 Fixed Nick setter in BookmarkManager
  • dadc78b CI: disable artifact upload for non-Linux builds to avoid warnings
  • b258a6b Release: prepare v0.5.0
  • 556f964 Added a Nick setter in BookmarkedConference
  • 11667c1 Added support for manual disconnects and properly disposed websocket (#165)
  • 2724584 Moved BookmarkManager to XmppConnection
  • 7449d48 Bump DnsClient from 1.6.0 to 1.6.1 (#162)
  • 6f950bf Bump Xamarin.Forms (#161)
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)