Energistics 1.0.3

dotnet add package Energistics --version 1.0.3
NuGet\Install-Package Energistics -Version 1.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="Energistics" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Energistics --version 1.0.3
#r "nuget: Energistics, 1.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.
// Install Energistics as a Cake Addin
#addin nuget:?package=Energistics&version=1.0.3

// Install Energistics as a Cake Tool
#tool nuget:?package=Energistics&version=1.0.3

The WITSML, PRODML and RESQML schemas provide the definition for standard data exchange formats within the oil and gas industry. However, developing a software solution that uses these standard formats has not always been simple. The Standards Devkit removes the complexity of using the WITSML, PRODML and RESQML standards and lets the developer concentrate on the important work of integrating the standards into their business solution.

The Standards Devkit wraps the WITSML, PRODML and RESQML schemas with Microsoft .NET objects. The developer can work directly with these objects rather than having to deal with the XML definition itself. It provides all of the conveniences that .NET developers are familiar with such as full IntelliSense support,  XML Serialization, .NET naming conventions, enumerations, and more.

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.

This package has 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
1.0.3 18,265 4/19/2016

This release fixed XML Serialization creation memory leaks.
fixed the empty element, array output nil syntax.
fixed the date format for datetime elements.