From 6657183b31daf7d400a4b84558f147e24f90a68e Mon Sep 17 00:00:00 2001 From: Viktor Stojanovic Date: Wed, 12 Aug 2026 19:52:15 +0200 Subject: [PATCH] Add NuGet packaging metadata to .csproj file --- src/UnmanagedResult.csproj | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/src/UnmanagedResult.csproj b/src/UnmanagedResult.csproj index 85c930d..62fba88 100644 --- a/src/UnmanagedResult.csproj +++ b/src/UnmanagedResult.csproj @@ -1,10 +1,29 @@  - - net10.0 - disable - enable - true - - - + + net10.0 + disable + enable + true + + + + UnmanagedResult + 0.1.0-alpha + Viktor Stojanović + https://github.com/vix127/UnmanagedResult + Copyright © 2026 Viktor Stojanović + result;result-type;error-handling;unmanaged;allocation-free;zero-allocation;performance;dotnet + LICENSE + README.md + + Allocation-free Result and Error types for .NET, designed for high-performance error handling without managed heap allocations. + + + + + + + + + \ No newline at end of file