chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.65k stars 251 forks source link

(#974) Preliminary update chocolatey.lib #975

Closed TheCakeIsNaOH closed 1 year ago

TheCakeIsNaOH commented 1 year ago

Description Of Changes

Update chocolatey.lib to a build using the new NuGet assemblies.

Changes various items to adjust to breaking API changes in the new library version. Specifically SemanticVersion was replaced with NuGetVersion, and changes to adjust for the move from IPackage to IPackageMetadata and IPackageSearchMetadata were the main things required.

Motivation and Context

ChocolateyGUI will need to work with Chocolatey v2.0.0

Testing

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Preliminary work for #974

gep13 commented 1 year ago

@TheCakeIsNaOH @AdmiringWorm thanks for getting this updated!