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",