sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
408 stars 93 forks source link

Update Nuget packaging to latest tooling #289

Closed rwedoff closed 6 months ago

rwedoff commented 6 months ago

The Nuget tooling has been updated and the current nuspec file is using deprecated license properties. This is causing code scanning tools and Nuget itself to obfuscate the fact that this is just an MIT license. By updating Nuget.exe to the latest version and adding the new properties, this will help with adoption of the library.

sskodje commented 6 months ago

Thanks 👍

rwedoff commented 6 months ago

@sskodje I believe you have to approve this PR since it touches the Nuget publish.