DownloadArchive 1.0.24
See the version list below for details.
dotnet add package DownloadArchive --version 1.0.24
NuGet\Install-Package DownloadArchive -Version 1.0.24
<PackageReference Include="DownloadArchive" Version="1.0.24" />
<PackageVersion Include="DownloadArchive" Version="1.0.24" />
<PackageReference Include="DownloadArchive" />
paket add DownloadArchive --version 1.0.24
#r "nuget: DownloadArchive, 1.0.24"
#:package DownloadArchive@1.0.24
#addin nuget:?package=DownloadArchive&version=1.0.24
#tool nuget:?package=DownloadArchive&version=1.0.24
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>
<DownloadArchive
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" />
</ItemGroup>
</Project>
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.29 | 15,260 | 10/9/2025 |
| 1.0.28 | 249 | 10/8/2025 |
| 1.0.27 | 293 | 10/8/2025 |
| 1.0.26 | 276 | 10/8/2025 |
| 1.0.25 | 279 | 10/8/2025 |
| 1.0.24 | 242 | 10/8/2025 |
| 1.0.23 | 270 | 10/8/2025 |
| 1.0.22 | 287 | 10/8/2025 |
| 1.0.21 | 249 | 10/8/2025 |
| 1.0.20 | 259 | 10/7/2025 |
| 1.0.19 | 206 | 10/7/2025 |
| 1.0.18 | 200 | 10/7/2025 |
| 1.0.17 | 359 | 10/6/2025 |
| 1.0.16 | 360 | 10/6/2025 |
| 1.0.15 | 12,137 | 1/23/2025 |
| 1.0.14 | 24,615 | 5/28/2024 |
| 1.0.13 | 289 | 5/28/2024 |
| 1.0.12 | 344 | 5/27/2024 |
| 1.0.11 | 210 | 5/27/2024 |
| 1.0.10 | 204 | 5/27/2024 |