fynydd.fdeploy 1.3.2

dotnet tool install --global fynydd.fdeploy --version 1.3.2                
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 fynydd.fdeploy --version 1.3.2                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fynydd.fdeploy&version=1.3.2                
nuke :add-package fynydd.fdeploy --version 1.3.2                

FDEPLOY

Fdeploy is a CLI tool for performing SMB file-copy based deployments of ASP.NET web applications (Razor, Blazor, etc.).

Install dotnet 8 or later from https://dotnet.microsoft.com/en-us/download and then install Fdeploy with the following command:

dotnet tool install --global fynydd.fdeploy

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.3.2 77 1/10/2025
1.3.1 117 6/1/2024
1.2.10 99 5/31/2024
1.2.9 101 5/29/2024
1.2.8 104 5/21/2024
1.2.7 90 5/18/2024
1.2.6 87 5/17/2024
1.2.5 81 5/16/2024

Update to .NET 9.0, added PublishPath to settings, added PublishParameters to settings