From 4601d1dd7940410e20c902d33ea3eee05a7b6bfa Mon Sep 17 00:00:00 2001 From: Matt Warren Date: Sun, 30 Aug 2026 12:58:58 -0700 Subject: [PATCH] Adjust package name and readme --- README.md | 6 +++--- .../SourceGenerators.Package.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09bc403..5fbb927 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/mattwar/UnionTypes.Toolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/mattwar/UnionTypes.Toolkit/actions/workflows/ci.yml) [![GitHub release](https://img.shields.io/github/v/release/mattwar/UnionTypes.Toolkit)](https://github.com/mattwar/UnionTypes.Toolkit/releases/latest) -[![NuGet](https://img.shields.io/nuget/v/UnionTypes.Toolkit.Generators)](https://www.nuget.org/packages/UnionTypes.Toolkit.Generators) +[![NuGet](https://img.shields.io/nuget/v/UnionTypes.Toolkit.Generator)](https://www.nuget.org/packages/UnionTypes.Toolkit.Generator) This repo contains a library implementing some common custom union types compatible with the C# union type feature and a source generator that generates custom C# union types that uses techniques to avoid boxing and minimize memory footprint. @@ -21,7 +21,7 @@ It currently includes implementations of Option, Result and a family of generic *This library is not yet published to NuGet, but can be accessed from releases on GitHub.* -## The UnionTypes.Toolkit.Generators Library +## The UnionTypes.Toolkit.Generator Library This library implements a C# source generator for generating non-boxing custom union types compatible with the C# union types feature. It may contain additional generators in the future. @@ -31,7 +31,7 @@ The generator is purely standalone; the generated union source does not depend o The generator is available as a nuget package, or can be accessed from release builds here on GitHub. -### [Download from Nuget Here](https://www.nuget.org/packages/UnionTypes.Toolkit.Generators) +### [Download from Nuget Here](https://www.nuget.org/packages/UnionTypes.Toolkit.Generator) ## Declaring a Non-Boxing Custom Union Type diff --git a/src/SourceGenerators.Package/SourceGenerators.Package.csproj b/src/SourceGenerators.Package/SourceGenerators.Package.csproj index 9db3ad3..b7ea69c 100644 --- a/src/SourceGenerators.Package/SourceGenerators.Package.csproj +++ b/src/SourceGenerators.Package/SourceGenerators.Package.csproj @@ -8,7 +8,7 @@ - UnionTypes.Toolkit.Generators + UnionTypes.Toolkit.Generator 0.0.0 Matt Warren false