DownloadArchive 1.0.29
dotnet add package DownloadArchive --version 1.0.29
NuGet\Install-Package DownloadArchive -Version 1.0.29
<PackageReference Include="DownloadArchive" Version="1.0.29" />
<PackageVersion Include="DownloadArchive" Version="1.0.29" />
<PackageReference Include="DownloadArchive" />
paket add DownloadArchive --version 1.0.29
#r "nuget: DownloadArchive, 1.0.29"
#:package DownloadArchive@1.0.29
#addin nuget:?package=DownloadArchive&version=1.0.29
#tool nuget:?package=DownloadArchive&version=1.0.29
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 | 13,580 | 10/9/2025 |
| 1.0.28 | 248 | 10/8/2025 |
| 1.0.27 | 287 | 10/8/2025 |
| 1.0.26 | 273 | 10/8/2025 |
| 1.0.25 | 278 | 10/8/2025 |
| 1.0.24 | 238 | 10/8/2025 |
| 1.0.23 | 265 | 10/8/2025 |
| 1.0.22 | 284 | 10/8/2025 |
| 1.0.21 | 246 | 10/8/2025 |
| 1.0.20 | 256 | 10/7/2025 |
| 1.0.19 | 201 | 10/7/2025 |
| 1.0.18 | 197 | 10/7/2025 |
| 1.0.17 | 333 | 10/6/2025 |
| 1.0.16 | 334 | 10/6/2025 |
| 1.0.15 | 12,073 | 1/23/2025 |
| 1.0.14 | 24,532 | 5/28/2024 |
| 1.0.13 | 288 | 5/28/2024 |
| 1.0.12 | 340 | 5/27/2024 |
| 1.0.11 | 204 | 5/27/2024 |
| 1.0.10 | 200 | 5/27/2024 |