ags 3.5.0.23 should be the default download now.
One can get an specific version by using the
--version VERSIONNUMBER command. This allows getting versions that are available in the community repository but not yet approved by moderation, as also enables getting previous versions of Adventure Game Studio available in the community driven package manager.
choco install --version 3.5.0.23 ags
or
cinst --version 3.4.3.1 ags
If you already had installed ags through chocolatey, you can use the upgrade command to get the latest version approved in the chocolatey package manager.
One example usage I have of this package, is I need the AGS.Types.dll when building the Editor plugin of AgsGet (AGS.Plugin.AgsGet.dll), so
I just directly install ags in my pipeline on Azure when building the plugin. It's not fast but it's simple enough that it won't complicate my CI.