Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 4, 2020
1 parent 5d9afe0 commit 1ca7522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.1</VersionPrefix>
<VersionPrefix>0.2.0</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>
- Bring back handmade DNS resolver for SRV records (fixes crashes on Xamarin)
- Allow to override IQ handlers
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
4 changes: 3 additions & 1 deletion SharpXMPP.WebSocket/SharpXMPP.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<PropertyGroup>
<PackageId>SharpXMPP.WebSocket</PackageId>
<Description>Managed XMPP (Jabber) client library: WebSocket support.</Description>
<PackageReleaseNotes/>
<PackageReleaseNotes>
- Allow to override IQ handlers
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1ca7522

Please sign in to comment.