Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-852: Change NuGet metadata to use license expression #103

Merged
merged 4 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Lombiq.Analyzers.NetFx/Lombiq.Analyzers.NetFx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;</DefaultItemExcludes>
<!-- This is duplicated with Lombiq.Analyzers.NetFx.nuspec.template but is needed for the NuGet publishing workflow
not to throw a warning. See https://github.com/Lombiq/GitHub-Actions/issues/236. -->
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<!-- This project is built with an externally generated .nuspec file so NuGet-related properties are not needed here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<version>$version$</version>
<title>Lombiq .NET Analyzers for .NET Framework</title>
<authors>Lombiq Technologies</authors>
<license type="file">License.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<license type="expression">BSD-3-Clause</license>
Piedone marked this conversation as resolved.
Show resolved Hide resolved
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/Lombiq/.NET-Analyzers/blob/dev/Lombiq.Analyzers.NetFx</projectUrl>
<description>Lombiq .NET Analyzers for .NET Framework: .NET code analyzers and code convention settings for .NET Framework projects. See the project website for detailed documentation.</description>
Expand Down
3 changes: 0 additions & 3 deletions Lombiq.Analyzers.Orchard1/Lombiq.Analyzers.Orchard1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;</DefaultItemExcludes>
<!-- This is duplicated with Lombiq.Analyzers.Orchard1.nuspec.template but is needed for the NuGet publishing
workflow not to throw a warning. See https://github.com/Lombiq/GitHub-Actions/issues/236. -->
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<!-- This project is built with an externally generated .nuspec file so NuGet-related properties are not needed here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<version>$version$</version>
<title>Lombiq .NET Analyzers for Orchard 1</title>
<authors>Lombiq Technologies</authors>
<license type="file">License.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<license type="expression">BSD-3-Clause</license>
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/Lombiq/.NET-Analyzers/blob/dev/Lombiq.Analyzers.Orchard1</projectUrl>
<description>Lombiq .NET Analyzers for Orchard 1: .NET code analyzers and code convention settings for Orchard 1 (https://orchardcore.net/orchardcms) apps. See the project website for detailed documentation.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;</DefaultItemExcludes>
<!-- This is duplicated with Lombiq.Analyzers.OrchardCore.nuspec.template but is needed for the NuGet publishing
workflow not to throw a warning. See https://github.com/Lombiq/GitHub-Actions/issues/236. -->
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<!-- This project is built with an externally generated .nuspec file so NuGet-related properties are not needed here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<version>$version$</version>
<title>Lombiq .NET Analyzers for Orchard Core</title>
<authors>Lombiq Technologies</authors>
<license type="file">License.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<license type="expression">BSD-3-Clause</license>
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/Lombiq/.NET-Analyzers/blob/dev/Lombiq.Analyzers.OrchardCore</projectUrl>
<description>Lombiq .NET Analyzers for Orchard Core: .NET code analyzers and code convention settings for Orchard Core (https://orchardcore.net/) apps. See the project website for detailed documentation.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;</DefaultItemExcludes>
<!-- This is duplicated with Lombiq.Analyzers.VisualStudioExtension.nuspec.template but is needed for the NuGet
publishing workflow not to throw a warning. See https://github.com/Lombiq/GitHub-Actions/issues/236. -->
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<!-- This project is built with an externally generated .nuspec file so NuGet-related properties are not needed here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<version>$version$</version>
<title>Lombiq .NET Analyzers for Visual Studio Extensions</title>
<authors>Lombiq Technologies</authors>
<license type="file">License.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<license type="expression">BSD-3-Clause</license>
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/Lombiq/.NET-Analyzers/blob/dev/Lombiq.Analyzers.VisualStudioExtension</projectUrl>
<description>Lombiq .NET Analyzers for Visual Studio Extensions: .NET code analyzers and code convention settings for Visual Studio Extensions. See the project website for detailed documentation.</description>
Expand Down
3 changes: 0 additions & 3 deletions Lombiq.Analyzers/Lombiq.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;</DefaultItemExcludes>
<!-- This is duplicated with Lombiq.Analyzers.nuspec.template but is needed for the NuGet publishing workflow not to
throw a warning. See https://github.com/Lombiq/GitHub-Actions/issues/236. -->
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<!-- This project is built with an externally generated .nuspec file so NuGet-related properties are not needed here.
Expand Down
3 changes: 1 addition & 2 deletions Lombiq.Analyzers/Lombiq.Analyzers.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<version>$version$</version>
<title>Lombiq .NET Analyzers</title>
<authors>Lombiq Technologies</authors>
<license type="file">License.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<license type="expression">BSD-3-Clause</license>
<icon>NuGetIcon.png</icon>
<projectUrl>https://github.com/Lombiq/.NET-Analyzers/blob/dev/Lombiq.Analyzers</projectUrl>
<description>Lombiq .NET Analyzers: .NET code analyzers and code convention settings for general .NET projects. See the project website for detailed documentation.</description>
Expand Down