DotnetDeployer 1.0.40

dotnet add package DotnetDeployer --version 1.0.40
                    
NuGet\Install-Package DotnetDeployer -Version 1.0.40
                    
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="DotnetDeployer" Version="1.0.40" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotnetDeployer" Version="1.0.40" />
                    
Directory.Packages.props
<PackageReference Include="DotnetDeployer" />
                    
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 DotnetDeployer --version 1.0.40
                    
#r "nuget: DotnetDeployer, 1.0.40"
                    
#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 DotnetDeployer@1.0.40
                    
#: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=DotnetDeployer&version=1.0.40
                    
Install as a Cake Addin
#tool nuget:?package=DotnetDeployer&version=1.0.40
                    
Install as a Cake Tool

Changelog 1.0.40

Changes since 1.0.0

  • feat(nuget): inject changelog README.md into generated packages (145084b)
  • fix(github): capture stream size before upload to avoid ObjectDisposedException (67b2f33)
  • feat(orchestration): emit ##deployer[phase.*] markers for high-level deployment phases (635a863)
  • Auto-provision portable LLVM for arm64 Android shim install (9637074)
  • fix(android): stale-APK guard tolerates deterministic build timestamps (#62) (db49191)
  • fix(android): actually capture publish output so XARDF7024 retry fires (22dac1b)
  • fix(android): fail fast when publish reuses a stale APK (e303221)
  • Enable Android publish on Linux/arm64 via shim overlay (#60) (#61) (afd96ca)
  • fix(android): retry once on transient XARDF7024 RemoveDirFixed race (e391f57)
  • android: fail fast on non-x64 Linux instead of containerizing (df6ea8e)
  • fix(android): install android workload explicitly in container (8aa7490)
  • fix(android): isolate container NuGet cache from host (27650ce)
  • feat(android): containerize publish on non-x64 Linux to keep workers fungible (4c8848d)
  • fix(android): bootstrap SDK via Google cmdline-tools instead of workload installer (d42237b)
  • feat(android): auto-download JDK 17 when none is installed (5918a68)
  • feat(android): auto-provision Android SDK + JDK before APK/AAB builds (0dae4d8)
  • fix(versioning): invoke dotnet-gitversion by absolute path (0fbc4d8)
  • feat(tool): show version on startup and check for updates from NuGet (64ac520)
  • fix(nuget): clean stale packages before pack to avoid pushing old versions (25fa820)
  • feat: embed deployer-computed version in published assemblies (#59) (c582586)
  • refactor: simplify GitHubPages config from project list to single project (0632696)
  • feat: delete existing GitHub release before recreating (upsert behaviour) (0e9187d)
  • feat: unified ValueSourceConfig for all sensitive tokens (973fd0a)
  • Fix FindWwwroot to prefer publish/wwwroot over intermediate wwwroot +semver:fix (651ac12)
  • fix: detect empty GitHub releases and propagate exit code on failure (#57) (bd82847)
  • fix: use project android target framework when packaging (62f9a4e)
  • refactor: remove legacy keystoreBase64EnvVar path (#55) (25ca7d8)
  • fix: bridge expanded keystore config to legacy AndroidSigningHelper path (#54) (6daa433)
  • docs: add Android keystore configuration and update deployment guides (#53) (014561b)
  • feat: add explicit Android keystore source configuration (#52) (caa7ad8)
  • feat: warn instead of fail when Android signing env vars are missing (#51) (2b4f1a1)
  • feat: add Android APK/AAB signing support (#50) (b6636ec)
  • fix: inject GitVersion into Android APK/AAB packages (55287af)
  • chore: update package versions in Directory.Packages.props (580f2a5)
  • feat: Add support for specifying GitHub token directly in configuration (a281ce3)
  • docs: Add a comprehensive guide for DotnetDeployer integration, configuration, and troubleshooting. (bc0ac5c)
  • fix: use MajorMinorPatch and pass version to dotnet pack (0f9ee7c)
  • Add workload restore before deployment for improved compatibility (9608a0c)
  • Remove deployer.example.yaml, streamline options, and add README and license (ec5f9f4)
  • Refactor version determination logic (b5448bf)
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.0.40 82 4/29/2026
1.0.39 78 4/28/2026
1.0.38 76 4/28/2026
1.0.37 92 4/27/2026
1.0.36 85 4/23/2026
1.0.35 81 4/23/2026
1.0.34 85 4/23/2026
1.0.33 88 4/23/2026
1.0.32 73 4/22/2026
1.0.31 88 4/22/2026
1.0.30 84 4/22/2026
1.0.28 82 4/22/2026
1.0.27 83 4/22/2026
1.0.26 81 4/22/2026
1.0.25 81 4/22/2026
1.0.24 86 4/22/2026
1.0.23 93 4/21/2026
1.0.22 80 4/21/2026
1.0.21 85 4/21/2026
1.0.20 90 4/21/2026
Loading failed