From c12186ffb53df8a79d8966f0365bdec317242edf Mon Sep 17 00:00:00 2001 From: Kieron Lanning Date: Fri, 18 Sep 2026 18:02:07 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20added=20nuget=20and=20build=20badges?= =?UTF-8?q?=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c3591..59ea8a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Purview.ValueObjects +[![NuGet](https://img.shields.io/nuget/v/Purview.ValueObjects.svg)](https://www.nuget.org/packages/Purview.ValueObjects) +[![Release](https://github.com/purview-dev/value-objects/actions/workflows/release.yml/badge.svg)](https://github.com/purview-dev/value-objects/actions/workflows/release.yml) + Source-generated scalar and complex value objects for .NET. Adds F#-style single-case types to C#. Mark a `partial` struct or class with `[Scalar]` or `[ValueObject]` and the @@ -128,4 +131,4 @@ Set `DisableValueObjectsSourceGenerator` to `true` in your project: - `src/src/SourceGenerator` – incremental source generator + analyzer. - `src/src/SourceGenerator.Refactorings` – code fix for the "must be partial" diagnostic. - `src/tests` – unit and source-generator tests. -- `docs` – design and usage guidance. \ No newline at end of file +- `docs` – design and usage guidance. diff --git a/package.json b/package.json index 8047c8c..ff60325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purview-value-objects", - "version": "1.0.0-prerelease.1", + "version": "1.0.0-prerelease.2", "license": "MIT", "author": { "name": "Kieron Lanning",