Triamec.Tools.Registers 6.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Triamec.Tools.Registers --version 6.0.1
NuGet\Install-Package Triamec.Tools.Registers -Version 6.0.1
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="Triamec.Tools.Registers" Version="6.0.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Triamec.Tools.Registers --version 6.0.1
#r "nuget: Triamec.Tools.Registers, 6.0.1"
#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 Triamec.Tools.Registers as a Cake Addin
#addin nuget:?package=Triamec.Tools.Registers&version=6.0.1

// Install Triamec.Tools.Registers as a Cake Tool
#tool nuget:?package=Triamec.Tools.Registers&version=6.0.1

Generates various artifacts from a register layout XML description.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
6.0.1 142 3/27/2024
6.0.0 119 1/15/2024
5.1.0 223 8/29/2023
5.0.6 279 2/2/2023
5.0.3 394 9/9/2022
5.0.2 426 9/8/2022
5.0.1 411 8/30/2022
4.0.1 442 10/5/2021
4.0.0 290 9/22/2021

- Reintroduces support for legacy attribute committable on register type members.
     - Reintroduces support for legacy attribute isEsiStruct on register types.
     - Includes enumeration types used in arrays in ESI XML.
     - Fixes a missing #endif at the end of generated auxiliary header files, regressed at 2.10.1.
     - Fixes closing brace mismatch in ESI macro, regressed at 6.0.0.
     - Sets size of 32-bit table registers to 1.
     Usable for projects depending on Triamec.Tam.Core >= 15.0.0.