From c9b7638ec35eb3881cff56f9ee46aeb74a410fd6 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Wed, 7 Feb 2024 10:59:13 +0200 Subject: [PATCH] Switch to using PackageLicenseExpression --- .../YamlDotNet.Analyzers.StaticGenerator.nuspec | 2 +- YamlDotNet/YamlDotNet.csproj | 2 +- YamlDotNet/YamlDotNet.nuspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec b/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec index bcf94d11..e902f69d 100644 --- a/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec +++ b/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec @@ -8,7 +8,7 @@ Roslyn Code Generator that will generate a static context for use with YamlDotNet to support ahead-of-time and library trimming. Static context generator for YamlDotNet. en-US - LICENSE.txt + MIT https://github.com/aaubry/YamlDotNet/wiki http://aaubry.net/images/yamldotnet.png images/yamldotnet.png diff --git a/YamlDotNet/YamlDotNet.csproj b/YamlDotNet/YamlDotNet.csproj index 482c5fb2..90b3902e 100644 --- a/YamlDotNet/YamlDotNet.csproj +++ b/YamlDotNet/YamlDotNet.csproj @@ -6,7 +6,7 @@ https://github.com/aaubry/YamlDotNet https://github.com/aaubry/YamlDotNet YamlDotNet is a .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. A serialization library is also included that allows to read and write objects from and to YAML streams. - LICENSE.txt + MIT Copyright (c) Antoine Aubry and contributors Debug;Release ..\YamlDotNet.snk diff --git a/YamlDotNet/YamlDotNet.nuspec b/YamlDotNet/YamlDotNet.nuspec index e5f4046d..53dc255f 100644 --- a/YamlDotNet/YamlDotNet.nuspec +++ b/YamlDotNet/YamlDotNet.nuspec @@ -7,7 +7,7 @@ A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. This package contains the YAML parser and serializer. en-US - LICENSE.txt + MIT https://github.com/aaubry/YamlDotNet/wiki http://aaubry.net/images/yamldotnet.png images/yamldotnet.png