International.EInvoicing.Cii 1.1.0

dotnet add package International.EInvoicing.Cii --version 1.1.0
                    
NuGet\Install-Package International.EInvoicing.Cii -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="International.EInvoicing.Cii" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="International.EInvoicing.Cii" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="International.EInvoicing.Cii" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add International.EInvoicing.Cii --version 1.1.0
                    
#r "nuget: International.EInvoicing.Cii, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package International.EInvoicing.Cii@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=International.EInvoicing.Cii&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=International.EInvoicing.Cii&version=1.1.0
                    
Install as a Cake Tool

International.EInvoicing.Cii

Reads and writes UN/CEFACT Cross Industry Invoice (D22B), the syntax behind Factur-X, ZUGFeRD and XRechnung CII, mapping to and from the EN 16931 canonical model.

Every field keeps the raw text and XML attributes it was read with — including the UNTDID 2379 format code that CII dates carry — elements outside EN 16931 are kept verbatim as extension data, and reading never throws on a document you received.

services.AddEInvoicing(o => o.AddCii());

Full documentation: https://github.com/Epic-Dice-Studio/International.EInvoicing

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on International.EInvoicing.Cii:

Package Downloads
International.EInvoicing.FacturX

Factur-X and ZUGFeRD hybrid invoices for International.EInvoicing: the five profiles, and the orchestration that pairs a CII payload with its PDF container. The PDF work sits behind an abstraction, so the choice of PDF library stays yours.

International.EInvoicing

Electronic invoicing for .NET, in one package: hand it a stream and get back an invoice, a credit note or a lifecycle status, whatever syntax it arrived in. Includes UBL 2.1, UN/CEFACT CII, Factur-X, lifecycle messages and EN 16931 validation.

International.EInvoicing.Peppol

Peppol BIS Billing 3.0 for International.EInvoicing: the profiles, the electronic address schemes (EAS), participant identifiers, and the registration that puts the published Peppol rules to work once you have fetched them. The Peppol artefacts declare no licence and are therefore not redistributed.

International.EInvoicing.OrderX

Reads and writes Order-X: the Franco-German order, order change and order response, published by FNFE-MPE and FeRD on the UN/CEFACT Cross Industry Order message. The same family as Factur-X, one document earlier in the chain.

International.EInvoicing.Zugferd1

Reads ZUGFeRD 1.0, the 2013 German hybrid invoice, into the same model as everything else — so an archive of them can be read, reported on, and converted forward to ZUGFeRD 2, Factur-X or UBL. Reading only: nothing should be written in a format its own publisher replaced.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 558 9/7/2026
1.0.1-alpha.0.3 205 9/7/2026
1.0.1-alpha.0.2 195 9/7/2026
1.0.1-alpha.0.1 174 9/7/2026
1.0.0 508 9/5/2026
0.1.0-preview.1.107 166 9/5/2026
0.1.0-preview.1.106 170 9/4/2026
0.1.0-preview.1.105 181 9/4/2026
0.1.0-preview.1.104 162 9/4/2026
0.1.0-preview.1.103 167 9/4/2026
0.1.0-preview.1.102 181 9/3/2026
0.1.0-preview.1.101 172 9/3/2026
0.1.0-preview.1.96 195 9/3/2026
0.1.0-preview.1.95 166 9/3/2026
0.1.0-preview.1.94 164 9/3/2026
0.1.0-preview.1.93 159 9/3/2026
0.1.0-preview.1.92 169 9/3/2026
0.1.0-preview.1.91 155 9/3/2026
0.1.0-preview.1.90 159 9/3/2026
0.1.0-preview.1.89 155 9/3/2026
Loading failed