From 90ec40dbe1a2e9d60eb0485c47ca1d656d6210a9 Mon Sep 17 00:00:00 2001 From: Tom Wolfe Date: Wed, 19 Aug 2026 23:40:37 +0100 Subject: [PATCH 1/3] build: fix build --- NSchema.Postgres.slnx | 1 + ritten.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NSchema.Postgres.slnx b/NSchema.Postgres.slnx index b9c47ef..659c89d 100644 --- a/NSchema.Postgres.slnx +++ b/NSchema.Postgres.slnx @@ -3,6 +3,7 @@ + diff --git a/ritten.json b/ritten.json index 7ea32d6..6fa2833 100644 --- a/ritten.json +++ b/ritten.json @@ -1,5 +1,5 @@ { - "pipeline": "dotnet-package", + "workflow": "dotnet-package", "build": { "project": "src/NSchema.Postgres/NSchema.Postgres.csproj" } From 4c8a5bf8a94a97983a5513268109dd2a30d68c00 Mon Sep 17 00:00:00 2001 From: Tom Wolfe Date: Wed, 19 Aug 2026 23:42:43 +0100 Subject: [PATCH 2/3] chore: package updates. --- Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 1925433..c5f8f79 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,14 +8,14 @@ - + - + - - + + \ No newline at end of file From 88b1f565ffa1c1b835350a084f2093a8dea5f7ab Mon Sep 17 00:00:00 2001 From: Tom Wolfe Date: Thu, 20 Aug 2026 00:00:35 +0100 Subject: [PATCH 3/3] build: bump version. --- Directory.Packages.props | 5 +++-- .../NSchema.Postgres.Tests.csproj | 11 +++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c5f8f79..142884b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,8 +4,10 @@ true - + + + @@ -15,7 +17,6 @@ - \ No newline at end of file diff --git a/tests/NSchema.Postgres.Tests/NSchema.Postgres.Tests.csproj b/tests/NSchema.Postgres.Tests/NSchema.Postgres.Tests.csproj index 7236cfe..078027c 100644 --- a/tests/NSchema.Postgres.Tests/NSchema.Postgres.Tests.csproj +++ b/tests/NSchema.Postgres.Tests/NSchema.Postgres.Tests.csproj @@ -10,10 +10,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + @@ -21,10 +20,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive -