z4kn4fein / stashbox

A lightweight, fast, and portable dependency injection framework for .NET-based solutions.
https://z4kn4fein.github.io/stashbox
MIT License
141 stars 10 forks source link

Use license expression in nuget package #95

Closed publee closed 4 years ago

publee commented 4 years ago

Hi,

NexusIQ is not allowing me to download nuget package in the company. Probably doesn't understantd license type file.

Can you please change it to expression:

<license type="expression">MIT</license>

https://docs.microsoft.com/en-us/nuget/reference/nuspec#license

Thank you.

z4kn4fein commented 4 years ago

Hi, Yep, I already thought about to do so. I'm going to change it.

z4kn4fein commented 4 years ago

It's in the latest release

publee commented 4 years ago

Works, Thank you.