AdamWhiteHat / BigDecimal

An arbitrary-precision decimal (base 10) floating-point number class.
MIT License
47 stars 15 forks source link

Minor issue: "nu5035" after a Publish. #9

Closed Protiguous closed 2 years ago

Protiguous commented 2 years ago

Description I'm seeing the message, "The PackageLicenseUrl is being deprecated and cannot be used in conjunction with the PackageLicenseFile or PackageLicenseExpression." when I attempt to "Publish" to a local folder.

The source I'm using is over at: Protiguous - BigDecimal, experimental branch

Steps To Reproduce Just tried a Publish to a temp folder on my machine while under the "Release" mode.

Additional Comments Is this a real "issue"? Maybe something you know how to fix? All I could find was at, "Microsoft Docs nu5035" and slightly less at "Nuget Reference".

Protiguous commented 2 years ago

Hah, I just compared your commits against my branch and one of the first todo is this!

Okay, I'll see if I can find where to remove it..

Protiguous commented 2 years ago

Found it. Removed it. Pushed it.

AdamWhiteHat commented 2 years ago

Ah, looks like you found it. Yeah, I'm using the the PackageLicenseExpression node now, because I was getting tired of seeing a warning that the PackageLicenseUrl was being deprecated.