FAKE.IIS 4.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE.IIS --version 4.5.0
                    
NuGet\Install-Package FAKE.IIS -Version 4.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FAKE.IIS" Version="4.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE.IIS" Version="4.5.0" />
                    
Directory.Packages.props
<PackageReference Include="FAKE.IIS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FAKE.IIS --version 4.5.0
                    
#r "nuget: FAKE.IIS, 4.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FAKE.IIS@4.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FAKE.IIS&version=4.5.0
                    
Install as a Cake Addin
#tool nuget:?package=FAKE.IIS&version=4.5.0
                    
Install as a Cake Tool

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. Extensions for IIS

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
4.10.5 134 12/14/2015
4.10.4 119 12/13/2015
4.10.3 83 12/2/2015
4.10.1 67 12/1/2015
4.10.0 65 11/30/2015
4.9.8 62 11/30/2015
4.9.7 63 11/30/2015
4.9.6 58 11/30/2015
4.9.5 68 11/29/2015
4.9.3 79 11/17/2015
4.9.2 65 11/17/2015
4.9.1 80 11/11/2015
4.8.0 79 11/4/2015
4.7.3 77 10/30/2015
4.7.2 117 10/19/2015
4.7.1 82 10/15/2015
4.7.0 74 10/15/2015
4.7.0-alpha002 63 10/15/2015
4.7.0-alpha001 60 10/15/2015
4.5.0 95 10/7/2015
Loading failed

Ensure FSI-ASSEMBLY.dll path exists - https://github.com/fsharp/FAKE/pull/969
New dotCover runner for Xunit2 - https://github.com/fsharp/FAKE/pull/965
Make FAKE compatible with Microsoft Dynamics 2016
Don't assume that mono is on the path for El Capitan - https://github.com/fsharp/FAKE/pull/963/files
Better target handling - https://github.com/fsharp/FAKE/pull/954
Ignore group lines in paket.references parser
Revert breaking change in FCS
Support for Android-MultiPackages - https://github.com/fsharp/FAKE/pull/964
BUGFIX: Exclude long directories from globbing - https://github.com/fsharp/FAKE/pull/955
BUGFIX: Encode script path in cache - https://github.com/fsharp/FAKE/pull/956