DownloadArchive 1.0.14

dotnet add package DownloadArchive --version 1.0.14
NuGet\Install-Package DownloadArchive -Version 1.0.14
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="DownloadArchive" Version="1.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DownloadArchive --version 1.0.14
#r "nuget: DownloadArchive, 1.0.14"
#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.
// Install DownloadArchive as a Cake Addin
#addin nuget:?package=DownloadArchive&version=1.0.14

// Install DownloadArchive as a Cake Tool
#tool nuget:?package=DownloadArchive&version=1.0.14

DownlaodArchive

This is a Nuget package a which contains custom MSBuild Tasks that allow downloading archives to build and publish directories.

The following example will download geckodriver to output gecko-driver-0.34.0/(linux-x64|osx-arm64|win-x64)/geckodriver(.exe)? depending on RuntimeIdentifier:

<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
    </PropertyGroup>

    <ItemGroup>
        <DownlaodArchive
                Include="gecko-driver-0.34.0"
                Visible="false"
                RID-linux-x64="https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz"
                RID-osx-arm64="https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-macos-aarch64.tar.gz"
                RID-win-x64="https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win32.zip"
        />
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="DownloadArchive" Version="1.0.7">
        <PrivateAssets>all</PrivateAssets>
        <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
      </PackageReference>
    </ItemGroup>
</Project>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DownloadArchive:

Package Downloads
ChromeForTesting

Chrome for Testing binary distributed as nuget package. It has all you need to start Chrome on server/local without any installation on system or downloading in runtime, it works even in scratch Docker image.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.14 2,388 5/28/2024
1.0.13 125 5/28/2024
1.0.12 156 5/27/2024
1.0.11 78 5/27/2024
1.0.10 75 5/27/2024
1.0.9 73 5/27/2024
1.0.8 75 5/27/2024
1.0.7 75 5/26/2024
1.0.6 88 5/26/2024
1.0.4 79 5/26/2024
1.0.3 77 5/26/2024
1.0.2 83 5/26/2024
1.0.1 82 5/26/2024