From a356f67acb7542940e62ebabbb4e73450e4e62e2 Mon Sep 17 00:00:00 2001 From: Alberto Arroyo Raygada Date: Mon, 3 Aug 2026 12:46:42 -0500 Subject: [PATCH] fix(packaging): declare RepositoryUrl on ValueObjects BeyondNetCode.Shell.Ddd.ValueObjects 1.0.0 shipped with no element, the only one of the 15 BeyondNetCode.Shell.* packages missing it. That breaks the traceability rule in the marketplace distribution policy: without RepositoryUrl the registry cannot inherit permissions and nobody can get back to the source. Also fills the Description, which was publishing the literal placeholder "Package Description" to nuget.org. Recorded as EX-01 in beyondnetcode/marketplace docs/excepciones.md. The published 1.0.0 is immutable and stays as is; this lands in 1.0.1. Co-Authored-By: Claude Opus 5 --- .../BeyondNetCode.Shell.Ddd.ValueObjects.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj b/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj index 5f8776d..0dff600 100644 --- a/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj @@ -7,7 +7,10 @@ BeyondNetCode.Shell.Ddd.ValueObjects BeyondNetCode.Shell.Ddd.ValueObjects BeyondNetCode.Shell.Ddd.ValueObjects + Ready-made value objects for BeyondNetCode.Shell.Ddd: string, int, decimal, bool and audit primitives, with composable validators for identifiers and string length. BeyondNet + https://github.com/beyondnetcode/Shell.ddd + https://github.com/beyondnetcode/Shell.ddd README.md LICENSE 1.0.0