Energistics 1.0.3
dotnet add package Energistics --version 1.0.3
NuGet\Install-Package Energistics -Version 1.0.3
<PackageReference Include="Energistics" Version="1.0.3" />
paket add Energistics --version 1.0.3
#r "nuget: Energistics, 1.0.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 | 20,842 | 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.