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

(build) Allow building with Visual Studio 2022 #970

Closed corbob closed 1 year ago

corbob commented 1 year ago

Description Of Changes

Update to allow building with Visual Studio 2022 alone.

Motivation and Context

We no longer need to hard code the required Visual Studio version as the chocolatey cake recipe has been updated.

Testing

On a system with only Visual Studio 2022 installed ran the build script. Confirmed Chocolatey GUI built as expected.

Operating Systems Testing

This is not a code change, but the OS used to build was Windows 10 22H2.

Change Types Made

Change Checklist

Related Issue

N/A

gep13 commented 1 year ago

@corbob thank you for getting this updated!