From e97bef887a19768abbcfa9fa8071386eab6d5b94 Mon Sep 17 00:00:00 2001 From: Krystian Duma Date: Sat, 6 Sep 2025 14:00:16 +0200 Subject: [PATCH] Enhance project file with packaging metadata Updated `FileHasher.Library.csproj` to include new properties for package generation and metadata, such as title, authors, copyright, description, repository URL, project URL, and license expression. Enabled `GeneratePackageOnBuild` to facilitate NuGet package creation during the build process. --- FileHasher.Library/FileHasher.Library.csproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/FileHasher.Library/FileHasher.Library.csproj b/FileHasher.Library/FileHasher.Library.csproj index 03221ee..11b24af 100644 --- a/FileHasher.Library/FileHasher.Library.csproj +++ b/FileHasher.Library/FileHasher.Library.csproj @@ -1,7 +1,17 @@ - + netstandard2.1 + True + FileHasher Library for .NET + True + snupkg + krystianduma + Krystian Duma + A library to calculate and verify hashes in binary format + https://github.com/kduma-OSS/CS-file-hasher + https://opensource.duma.sh/libraries/net/file-hasher + MIT