Skip to content

Commit

Permalink
Release: prepare v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 26, 2022
1 parent 7e6338d commit 47c7e31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [0.5.1] - 2022-07-26
### Fixed
- [#169](https://github.com/vitalyster/SharpXMPP/pull/169): `Nick` setter in `BookmarkedConference` was using an attribute instead of a nested element

## [0.5.0] - 2022-07-20
### Added
- [#163](https://github.com/vitalyster/SharpXMPP/pull/163): `BookmarkManager` is now available in all the classes derived from `XmppConnection`, including `XmppWebSocketConnection`
Expand Down Expand Up @@ -71,4 +75,5 @@ Initial release for .NET 4.5.1 and .NET Standard 1.6.
[0.3.0]: https://github.com/vitalyster/SharpXMPP/compare/0.2.0...0.3.0
[0.4.0]: https://github.com/vitalyster/SharpXMPP/compare/0.3.0...0.4.0
[0.5.0]: https://github.com/vitalyster/SharpXMPP/compare/0.4.0...0.5.0
[Unreleased]: https://github.com/vitalyster/SharpXMPP/compare/0.5.0...HEAD
[0.5.1]: https://github.com/vitalyster/SharpXMPP/compare/0.5.0...0.5.1
[Unreleased]: https://github.com/vitalyster/SharpXMPP/compare/0.5.1...HEAD
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>0.5.1</VersionPrefix>
<DebugType>portable</DebugType>
<RootNamespace>SharpXMPP</RootNamespace>
</PropertyGroup>
Expand Down
7 changes: 2 additions & 5 deletions SharpXMPP.Shared/SharpXMPP.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
<PackageId>SharpXMPP</PackageId>
<Description>Managed XMPP (Jabber) client library.</Description>
<PackageReleaseNotes>
[Added]
- #163 (https://github.com/vitalyster/SharpXMPP/pull/163): BookmarkManager is now available in all the classes derived from XmppConnection, including XmppWebSocketConnection
- #164 (https://github.com/vitalyster/SharpXMPP/issues/164): it's now possible to subscribe to XmppConnection::ConnectionClosed
- #164 (https://github.com/vitalyster/SharpXMPP/issues/164): a new XmppConnection::Disconnect method to temporarily disconnect shut down the connection without disposing it
- #166 (https://github.com/vitalyster/SharpXMPP/pull/166): BookmarkedConference::Nick now has a setter
[Fixed]
- #169 (https://github.com/vitalyster/SharpXMPP/pull/169): Nick setter in BookmarkedConference was using an attribute instead of a nested element
</PackageReleaseNotes>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
Expand Down
7 changes: 2 additions & 5 deletions SharpXMPP.WebSocket/SharpXMPP.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
<PackageId>SharpXMPP.WebSocket</PackageId>
<Description>Managed XMPP (Jabber) client library: WebSocket support.</Description>
<PackageReleaseNotes>
[Added]
- #163 (https://github.com/vitalyster/SharpXMPP/pull/163): BookmarkManager is now available in all the classes derived from XmppConnection, including XmppWebSocketConnection
- #164 (https://github.com/vitalyster/SharpXMPP/issues/164): it's now possible to subscribe to XmppConnection::ConnectionClosed
- #164 (https://github.com/vitalyster/SharpXMPP/issues/164): a new XmppConnection::Disconnect method to temporarily disconnect shut down the connection without disposing it
- #166 (https://github.com/vitalyster/SharpXMPP/pull/166): BookmarkedConference::Nick now has a setter
[Fixed]
- #169 (https://github.com/vitalyster/SharpXMPP/pull/169): Nick setter in BookmarkedConference was using an attribute instead of a nested element
</PackageReleaseNotes>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down

0 comments on commit 47c7e31

Please sign in to comment.