/harmony-dotnet-sdk

.NET client implementation of the Harmony chat protocol

Primary LanguageC#BSD 2-Clause "Simplified" LicenseBSD-2-Clause

harmony-dotnet-sdk

This repository is used to generate .NET SDK code for Harmony. You can find the latest generated code in the gen branch.

Installing

You can install the SDK via nuget:

$ dotnet add package harmony-dotnet-sdk

Building

See build.sh

License

The license for the code used for generating the SDK (shell scripts, tool configs, etc) is located in the COPYING file in this repository.

The generated code is licensed under the same license as the protocol definition - please see the licensing.md file in the protocol repo for more details.