microsoft / kiota-abstractions-dotnet

Abstractions library for the Kiota generated SDKs in dotnet
https://aka.ms/kiota/docs
MIT License
24 stars 21 forks source link

Set Licence expression on package #219

Closed thompson-tomo closed 2 months ago

thompson-tomo commented 2 months ago

Summary

I wish for the nuget packages to have the licence expression property set correctly

Details

The licence expression property should be set to the correct licence type I.e. MIT as this will enable analysis of licences in use to occur in external tools & the license type will be shown in Nuget etc.

andrueastman commented 2 months ago

Thanks for raising this @thompson-tomo

Would you be willing to submit a PRs for this accross the various packages? I assume what you mean is setting the PackageLicenseExpression in the csproj file. Yes?

thompson-tomo commented 2 months ago

@andrueastman sure I will go through submitting PR's in the coming days.

baywet commented 2 months ago

Here is some additional context on the nature of the change