Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
- `docs` – design and usage guidance.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading