You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Nuget packages published at https://www.nuget.org/packages/Okta.Sdk/ are missing the License information. Based on this Github repo, I assume the license is Apache-2.0, but can you please add the information to the packages?
Describe the bug?
The Nuget packages published at https://www.nuget.org/packages/Okta.Sdk/ are missing the License information. Based on this Github repo, I assume the license is Apache-2.0, but can you please add the information to the packages?
The instruction can be found here: https://github.com/NuGet/Home/wiki/Packaging-License-within-the-nupkg, but it should be as easy as adding
<license type="expression">Apache-2.0</license>
to your.nuspec
file.What is expected to happen?
The License information should be included in the published packages.
What is the actual behavior?
No license is found.
Reproduction Steps?
N/A
Additional Information?
No response
.NET Version
N/A
SDK Version
All versions are affected
OS version
No response
The text was updated successfully, but these errors were encountered: