UXAV.AVnet.Crestron.Nvx 2.0.0

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

// Install UXAV.AVnet.Crestron.Nvx as a Cake Tool
#tool nuget:?package=UXAV.AVnet.Crestron.Nvx&version=2.0.0

<p align="center"> <img src="avnet_logo.svg"> </p>

<h1 align="center">AVnet NVX Library</a></h1>

<p align="center">An open-source Crestron NVX Library for use in AVnet Framework</p>

<p align="center"> <img alt="Status" src="https://img.shields.io/github/actions/workflow/status/uxav/UXAV.AVnet.Crestron.Nvx/test.yml?branch=main&style=flat&logo=github&label=status"> <img alt="NuGet Version" src="https://img.shields.io/nuget/v/UXAV.AVnet.Crestron.Nvx?style=flat&logo=nuget"> <img alt="Downloads" src="https://img.shields.io/nuget/dt/UXAV.AVnet.Crestron.Nvx?style=flat&logo=nuget"> <img alt="Issues" src="https://img.shields.io/github/issues/uxav/UXAV.AVnet.Crestron.Nvx?style=flat&logo=github"> <img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/uxav/UXAV.AVnet.Crestron.Nvx?style=flat&logo=github"> <img alt="Licnse" src="https://img.shields.io/github/license/uxav/UXAV.AVnet.Crestron.Nvx?style=flat"> </p>

Index

Quick Start

To use this test library in your project, follow these steps:

  1. Install the package via NuGet. You can use the following command in the Package Manager Console:

     dotnet add [<PROJECT>] package UXAV.AVnet.Crestron.Nvx
    
  2. Import the library classes in your code file(s):

    // Import Crestron DM
    using Crestron.SimplSharpPro.DM.Streaming;
    
    // Import NVX from AVnet
    using UXAV.AVnet.Crestron.Nvx;
    
  3. Create your DM NVX devices:

    // Get or create an endpoint passing in the fully qualified name of the device type required.
    // If not registered, one is registered automatically in the framework
    var dm = NvxControl.GetOrCreateEndpoint(typeof(DmNvx350).FullName, 0x20, "My DM Receiver");
    

GitHub Repository: UXAV.AVnet.Crestron.Nvx

NuGet Package: UXAV.AVnet.Crestron.Nvx

Dependencies

Release Notes

v2.0.0

  • Reconfigured workspace to new style SDK format and added support for .NET 6.0

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

Please ensure that your code follows the project's coding conventions and includes appropriate tests.

  • For feature branches use the name feature/feature-name
  • Version numbers are checked against existing tags and fail CI on match

Thank you for your interest in contributing to this project!

License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 93 3/17/2024
2.0.0-rc-2 67 3/17/2024
2.0.0-rc-1 59 3/17/2024
1.1.0 80 3/17/2024
1.1.0-beta-03 164 9/12/2023
1.1.0-beta-02 79 9/12/2023
1.1.0-beta-01 86 9/10/2023
1.0.2 503 8/18/2021
1.0.2-beta-02 86 9/10/2023
1.0.2-beta-01 230 7/27/2021
1.0.1 375 6/7/2021
1.0.1-beta-02 208 6/7/2021
1.0.1-beta-01 234 5/20/2021