NfeXml 2.0.0.3

dotnet add package NfeXml --version 2.0.0.3
                    
NuGet\Install-Package NfeXml -Version 2.0.0.3
                    
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="NfeXml" Version="2.0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NfeXml" Version="2.0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="NfeXml" />
                    
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 NfeXml --version 2.0.0.3
                    
#r "nuget: NfeXml, 2.0.0.3"
                    
#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.
#addin nuget:?package=NfeXml&version=2.0.0.3
                    
Install NfeXml as a Cake Addin
#tool nuget:?package=NfeXml&version=2.0.0.3
                    
Install NfeXml as a Cake Tool

Serializa e deserializa uma NF-e. atravéz do XML. Testado nos seguintes Layouts:
1.0.0
1.1.0
2.0.0

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0 Client

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.3 2,118 4/14/2014
2.0.0.2 1,396 4/7/2014
2.0.0.1 1,384 4/7/2014
2.0.0 1,402 4/1/2014
1.0.0.6 1,574 6/18/2013
1.0.0.5 1,326 6/5/2013
1.0.0.4 1,308 5/20/2013
1.0.0.3 1,268 5/20/2013
1.0.0.2 1,296 5/20/2013
1.0.0.1 1,282 5/20/2013
1.0.0 1,338 5/16/2013

Exemplo:
Xml.Serialize(string xml) : NfeProc
ou
Xml.Deserialize(NfeProc nfe) : String