Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR authored and vitalyster committed Sep 24, 2020
1 parent 3c7e866 commit 448f4bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<DebugType>portable</DebugType>
<RootNamespace>SharpXMPP</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SharpXMPP.Shared/SharpXMPP.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageId>SharpXMPP</PackageId>
<Description>Managed XMPP (Jabber) client library.</Description>
<PackageReleaseNotes>
- Support password-protected MUC
- Bring back handmade DNS resolver for SRV records (fixes crashes on Xamarin)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 1 addition & 3 deletions SharpXMPP.WebSocket/SharpXMPP.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<PropertyGroup>
<PackageId>SharpXMPP.WebSocket</PackageId>
<Description>Managed XMPP (Jabber) client library: WebSocket support.</Description>
<PackageReleaseNotes>
- Initial release of XMPP WebSocket support (RFC7395)
</PackageReleaseNotes>
<PackageReleaseNotes/>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 448f4bc

Please sign in to comment.