NfeXml 1.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NfeXml --version 1.0.0.1
NuGet\Install-Package NfeXml -Version 1.0.0.1
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="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NfeXml --version 1.0.0.1
#r "nuget: NfeXml, 1.0.0.1"
#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.
// Install NfeXml as a Cake Addin
#addin nuget:?package=NfeXml&version=1.0.0.1

// Install NfeXml as a Cake Tool
#tool nuget:?package=NfeXml&version=1.0.0.1

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 1,918 4/14/2014
2.0.0.2 1,257 4/7/2014
2.0.0.1 1,244 4/7/2014
2.0.0 1,263 4/1/2014
1.0.0.6 1,436 6/18/2013
1.0.0.5 1,201 6/5/2013
1.0.0.4 1,190 5/20/2013
1.0.0.3 1,133 5/20/2013
1.0.0.2 1,166 5/20/2013
1.0.0.1 1,151 5/20/2013
1.0.0 1,202 5/16/2013

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