Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 668 Bytes

Warning

This repository is no longer updated or maintained.

NETXUSASharp

An easy-to-use .NET client library for NETXUSA's XML-over-REST API.

How to add to your project

Add to your project using Nuget.

From Visual Studio, click the Tools menu -> NuGet Package Manager -> Package Manager Console.

From the console, run the following command:

Install-Package NETXUSASharp

Usage

Overview

Building

  • Download the latest version of NuGet Pack and place in Tools directory
  • Delete Build directory
  • Update NETXUSASharp.nuspec with new version (if necessary)
  • Run build.bat
  • Package should be available for download in Build directory