jberezanski / ChocolateyPackages

Chocolatey packages maintained by me
MIT License
83 stars 51 forks source link

visualstudio2022buildtools has version 117.0.0.0 #122

Closed RexMorgan closed 2 years ago

RexMorgan commented 2 years ago

Should this be version 17.0.0.0, instead?

jberezanski commented 2 years ago

This package version (117.0.0.0) is chosen deliberately. Because of how the VS installer works, the package always installs the latest released Visual Studio version (or upgrades an installed VS 2022 instance to the latest version).

If/when, however, I find time and motivation to create "fixed version" packages (which are able to install the specific VS version, using the special installers published by Microsoft), those package versions will correspond to the actual VS versions installed by the packages.

Summing up, the idea for VS 2022 package version numbers is:

(* the bootstrapper is a small program which starts the process of installing Visual Studio - its main task is to download and install the proper Visual Studio Installer program and invoke it to perform the actual installation)

RexMorgan commented 2 years ago

Thanks for the clarification!

jberezanski commented 2 years ago

Related: #82

jberezanski commented 2 years ago

Can we close this issue or do you have any additional questions?