Skip to content

Commit

Permalink
Doc FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Faria committed Jul 20, 2020
1 parent ec50509 commit c8c8e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit c8c8e8f

Please sign in to comment.