philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Add a Chocolatey meta package #37

Closed philippgille closed 6 years ago

philippgille commented 6 years ago

The current package is called hello-netcoreapp.portable, but having a hello-netcoreapp package would be a nice addition.

This works with having a second package that cointains no fails and instead just has the *.portable package as dependency. Many official Chocolatey packages do this as well (pointing to their *.install package).