Frank.SimpleInstaller
1.0.8-preview
See the version list below for details.
dotnet add package Frank.SimpleInstaller --version 1.0.8-preview
NuGet\Install-Package Frank.SimpleInstaller -Version 1.0.8-preview
<PackageReference Include="Frank.SimpleInstaller" Version="1.0.8-preview" />
paket add Frank.SimpleInstaller --version 1.0.8-preview
#r "nuget: Frank.SimpleInstaller, 1.0.8-preview"
// Install Frank.SimpleInstaller as a Cake Addin #addin nuget:?package=Frank.SimpleInstaller&version=1.0.8-preview&prerelease // Install Frank.SimpleInstaller as a Cake Tool #tool nuget:?package=Frank.SimpleInstaller&version=1.0.8-preview&prerelease
Frank.SimpleInstaller
A simple cross-platform installer tool for dotnet. It is designed to be used with the simplest of dotnet applications. It is not intended to be a full-featured installer tool.
Installation
Install the tool using the following command:
dotnet tool install --global Frank.SimpleInstaller.Cli
Simple Usage
Simple usage means that you don't provide any additional configuration. The tool will use prompt the user for the necessary information.
Running the following command to package an application:
dotnet simple-installer pack
Running the following command to install an application:
dotnet simple-installer install
Running the following command to uninstall an application:
dotnet simple-installer uninstall
Advanced Usage
Advanced usage means that you provide arguments to the tool to avoid user input (some is still required at the moment).
TODO: Add documentation for advanced usage.
Product | Versions 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. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 104 | 6/23/2024 |
1.1.11-preview | 93 | 6/23/2024 |
1.1.10-preview | 96 | 6/23/2024 |
1.1.0 | 110 | 6/23/2024 |
1.0.9-preview | 95 | 6/23/2024 |
1.0.8-preview | 94 | 6/23/2024 |
1.0.7-preview | 91 | 6/23/2024 |
1.0.0 | 118 | 6/23/2024 |
0.2.6-preview | 93 | 6/23/2024 |
0.2.4-preview | 80 | 6/23/2024 |
0.2.0 | 112 | 6/22/2024 |
0.1.3-preview | 92 | 6/22/2024 |
0.1.2-preview | 134 | 1/20/2024 |
0.1.0 | 152 | 1/20/2024 |