Skip to content

.NET NuGet Package

What this page is for

This page gives .NET and C# implementers one UAIX.org-owned place to find the current UAI-1 package name, download location, install commands, and authority boundary. UAIX.org remains the public authority for UAI-1. Protocol5.com is the package and NuGet distribution surface.

Package identity

Install

Use the package ID below when your NuGet source is configured for the Protocol5 package file or an internal package mirror.

dotnet add package Protocol5.UAI.CSharp --version 1.0.0
nuget install Protocol5.UAI.CSharp -Version 1.0.0
Install-Package Protocol5.UAI.CSharp -Version 1.0.0

If you download the .nupkg directly, add it to a local or organization NuGet source first, then install by package ID and version from that source.

Minimal ASP.NET Core shape

using Protocol5.UAI;

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddProtocol5UaiWebsiteSupport(options =>
{
    options.DefaultCulture = "en-US";
});

var app = builder.Build();
app.UseProtocol5UaiWebsiteSupport();
app.Run();

Authority boundary

  • Use UAI-1, Schemas, Registry, Examples, and the Validator as the public standards record.
  • Use Protocol5 pages for package downloads, C# implementation notes, compatibility mirrors, and package-side examples.
  • Do not cite Protocol5 as standards authority, registry authority, validator authority, roadmap authority, governance authority, certification, endorsement, SDK program, or CLI support.
  • Keep release evidence attached to the relevant .NET Bridge Track, Changelog, and News entry before making public support claims.

When to use it

Use this package when a .NET or ASP.NET Core project needs package-level help publishing, rendering, validating, or mirroring UAI-1 implementation assets while still sending public standards claims back to UAIX.org.

Next step

Open the Protocol5 package hub for the current download, then return to the .NET Bridge Track and Validator to keep the implementation evidence attached to the public UAI-1 record.