Skip to content

Commit

Permalink
upgrade package list, add EBICS libfintx/libfintx#10
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed May 11, 2024
1 parent 00497aa commit 5dbf846
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ The **libfintx** library is available as official NuGet packages.

## Main package

[libfintx.FinTS](https://www.nuget.org/packages/libfintx.FinTS) - FinTS/HBCI banking client
<!-- * [libfintx.EBICS](https://www.nuget.org/packages/libfintx.EBICS) - EBICS banking client -->
[libfintx.FinTS](https://www.nuget.org/packages/libfintx.FinTS) - FinTS/HBCI banking client<br />
[libfintx.EBICS](https://www.nuget.org/packages/libfintx.EBICS) - EBICS banking client

<br />

## Additional packages

The following NuGet packages are part of the libfintx library:

| Library | Description |
| -------------------------------------------------------------------- | ------------------------------------------------------ |
| [libfintx.Sepa](https://www.nuget.org/packages/libfintx.Sepa) | Holds functions to handle the SEPA standard. |
| [libfintx.Globals](https://www.nuget.org/packages/libfintx.Globals) | Helper library holding global configuration parameters |
| [libfintx.Logger](https://www.nuget.org/packages/libfintx.Logger) | Helper library for handling of logging |
| Library | Description |
| ----------------------------------------------------------------------------- | ------------------------------------------------------ |
| [libfintx.Sepa](https://www.nuget.org/packages/libfintx.Sepa) | Holds functions to handle the SEPA standard. |
| [libfintx.Security](https://www.nuget.org/packages/libfintx.Security) | Holds functions to handle security aspects e.g. encryption. |
| [libfintx.Swift](https://www.nuget.org/packages/libfintx.Swift) | Holds functions to handle the SWIFT standard. |
| [libfintx.Globals](https://www.nuget.org/packages/libfintx.Globals) | Helper library holding global configuration parameters |
| [libfintx.Logger](https://www.nuget.org/packages/libfintx.Logger) | Helper library for handling of logging |
| [libfintx.EBICSConfig](https://www.nuget.org/packages/libfintx.EBICSConfig) | Helper library for libfintx.EBICS |
| [libfintx.StatePrinter](https://www.nuget.org/packages/libfintx.StatePrinter) | Helper library for libfintx.EBICS |
| [libfintx.Xsd](https://www.nuget.org/packages/libfintx.Xsd) | Helper library for libfintx.EBICS |
| [libfintx.Xml](https://www.nuget.org/packages/libfintx.Xml) | Helper library for libfintx.EBICS |

0 comments on commit 5dbf846

Please sign in to comment.