From 109bd4ac734626aef691563030d8f07293fc5b63 Mon Sep 17 00:00:00 2001 From: Michael Wolfenden Date: Wed, 28 May 2025 12:54:13 +1000 Subject: [PATCH] Replace with Because an embedded license file is used instead of an SPDX tag, automated tools like [nuget-license](https://github.com/tomchavakis/nuget-license) and [packageguard](https://github.com/dennisdoomen/packageguard) are unable to detect this package's license. Also the license does not show up in the package's metadata in nuget. [Packing a license expression or a license file ](https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file) recommends that MIT-licensed packages should have `MIT` instead of referring to a file. The `License.md` file can still remain in the package, just the metadata would change. --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d2728f2..3e62223 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,7 +5,7 @@ Joseph Musser,Brian Buvinghausen Buvinghausen Solutions Copyright © 2025 Brian Buvinghausen - LICENSE.txt + MIT README.md https://github.com/buvinghausen/TaskTupleAwaiter/blob/master/README.md C# 7.0;Value Tuple;Async Await Elegant Code