NuGetReferenceGenerator (1.0.0)

Published 2026-07-19 22:57:49 +02:00 by Colin in Colin/nuget-reference-generator

Installation

dotnet nuget add source --name Colin --username your_username --password your_token 
dotnet add package --source Colin --version 1.0.0 NuGetReferenceGenerator

About this package

A tool for generating reference assemblies.

NuGet Reference Generator

This tool can be used to generate reference packages or assemblies from C# assembly files.

The only dependency of this tool is NuGet.Frameworks for parsing the .NET Framework version of an assembly. All metadata is parsed and written using the built-in APIs of .NET Framework.

Installation

dotnet tool install -g NuGetReferenceGenerator --add-source https://forge.colintimbarndt.de/api/packages/Colin/nuget/index.json

Usage

dotnet generate-reference --input assembly.dll --output reference.nupkg
Options:
  --input <assembly.dll> (required)
    Assembly to create a reference of.

  --output <reference.dll/.nupkg> (required)
    Output assembly or package.

  --make-public <true/false>
    Whether to make everything public.

  --description <description>
    NuGet package description. Defaults to assembly description.

  --tags <tags>
    NuGet package tags.

  --version <version>
    NuGet package version.

  --authors <authors>
    NuGet package authors. Defaults to assembly company.

  --copyright <copyright>
    NuGet package tags. Defaults to assembly copyright.

  --readme <readme.md>
    NuGet package readme.

  --icon <icon.png>
    NuGet package icon.

  --dotnet <path>
    DotNet executable.
Details
NuGet
2026-07-19 22:57:49 +02:00
15
Colin Tim Barndt
138 KiB
Assets (4)
Versions (2) View all
1.0.1 2026-07-19
1.0.0 2026-07-19