KuiperZone.PupNet 1.8.0

dotnet tool install --global KuiperZone.PupNet --version 1.8.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local KuiperZone.PupNet --version 1.8.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=KuiperZone.PupNet&version=1.8.0
nuke :add-package KuiperZone.PupNet --version 1.8.0

PupNet Deploy - Publish & Package for .NET

Introduction

PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step. It is not to be confused with the dotnet pack command.

It has been possible to cross-compile console C# applications for sometime now. More recently, the cross-platform Avalonia replacement for WPF allows fully-featured GUI applications to target a range of platforms, including: Linux, Windows, MacOS and Android.

Now, PupNet Deploy allows you to ship your dotnet application as:

  • AppImage for Linux
  • Setup File for Windows
  • Flatpak for Linux
  • Debian Binary Package
  • RPM Binary Package
  • Plain old Zip

Out of the box, PupNet can create AppImages on Linux and Zip files on all platforms. In order to build other deployments however, you must first install the appropriate third-party builder tool against which PupNet will call.

Getting Started

For instructions on use, see: github.com/kuiperzone/PupNet

To install as a dotnet tool:

dotnet tool install -g KuiperZone.PupNet

Alternatively, for self-contained installers go:

DOWNLOAD & INSTALL

If you like this project, don't forget to like and share.

Copyright (C) Andy Thomas, 2024. Website: https://kuiper.zone

PupNet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PupNet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with PupNet. If not, see https://www.gnu.org/licenses/.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.8.0 531 3/18/2024
1.7.1 4,589 9/26/2023
1.6.0 890 7/22/2023
1.5.0 216 5/7/2023
1.4.1 121 5/6/2023
1.4.0 121 5/5/2023
1.3.1 138 5/1/2023
1.3.0 164 4/18/2023
1.2.2 138 4/16/2023
1.2.1 160 4/13/2023
1.2.0 152 4/13/2023