Update outdated readme
This commit is contained in:
parent
cb5da20242
commit
a5e6306f4b
1 changed files with 1 additions and 12 deletions
|
@ -4,15 +4,4 @@ XMLRPC
|
|||
|
||||
|
||||
|
||||
This was ported from Nwc.XMLRPC (C#)
|
||||
|
||||
The following attributes found in the Assembly for NWC XMLRPC apply as most of this code is heavily derived from it.
|
||||
|
||||
However, as this is Java, only a small disclaimer is provided, as this is a near full rewrite to port the code to Java.
|
||||
|
||||
```cs
|
||||
[assembly: AssemblyVersion("1.10.0.4")]
|
||||
[assembly: AssemblyCompany("Ronin Consulting Inc, OpenSimulator")]
|
||||
[assembly: AssemblyDescription("XML RPC client and server")]
|
||||
[assembly: AssemblyTitle("XMLRPC")]
|
||||
```
|
||||
This code is heavily auto-generated from ChatGPT, however, it contains a lot of modifications to make it actually work.
|
Loading…
Reference in a new issue