From c8c8e8f08a9c16e3584221cec70f66ac6398ffe3 Mon Sep 17 00:00:00 2001 From: Victor Faria Date: Mon, 20 Jul 2020 10:20:44 -0300 Subject: [PATCH] Doc FIX --- Properties/AssemblyInfo.cs | 2 +- Readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 2237b15b..e036750e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Net.Xmpp")] -[assembly: AssemblyDescription("Net.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly. Sharp.Xmpp supports IM functionality and a variety of XMPP extensions, is simple and is extensively tested against Android Xamarin. It is a fork of the currently frozen excellent S22.Xmpp project.")] +[assembly: AssemblyDescription("Net.Xmpp is a multiplatform, Windows and Android, .NET XMPP client assembly. Net.Xmpp supports IM functionality and a variety of XMPP extensions, is simple and is extensively tested against Windows. It is a fork of the currently frozen excellent Sharp.Xmpp project.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("LUZ Soluções Financeiras")] [assembly: AssemblyProduct("Net.Xmpp")] diff --git a/Readme.md b/Readme.md index f0d1aaac..4fb0aa62 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,7 @@ as HTML or CHM and can be downloaded from ### Usage & Examples -To use the library add the S22.Xmpp.dll assembly to your project references in Visual Studio. Here's +To use the library add the Net.Xmpp.dll assembly to your project references in Visual Studio. Here's a simple example that initializes a new instance of the XmppClient class and connects to an XMPP server: @@ -87,7 +87,7 @@ server: } Please see the [documentation](http://smiley22.github.com/S22.Xmpp/Documentation/) for a getting started -guide, examples and details on using the classes and methods exposed by the S22.Xmpp assembly. +guide, examples and details on using the classes and methods exposed by the Net.Xmpp assembly. ### Credits