Microsoft.PowerApps.MSBuild.PDPackage 1.41.1

Prefix Reserved
dotnet add package Microsoft.PowerApps.MSBuild.PDPackage --version 1.41.1
                    
NuGet\Install-Package Microsoft.PowerApps.MSBuild.PDPackage -Version 1.41.1
                    
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="Microsoft.PowerApps.MSBuild.PDPackage" Version="1.41.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.PowerApps.MSBuild.PDPackage" Version="1.41.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.PowerApps.MSBuild.PDPackage">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Microsoft.PowerApps.MSBuild.PDPackage --version 1.41.1
                    
#r "nuget: Microsoft.PowerApps.MSBuild.PDPackage, 1.41.1"
                    
#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.
#addin nuget:?package=Microsoft.PowerApps.MSBuild.PDPackage&version=1.41.1
                    
Install Microsoft.PowerApps.MSBuild.PDPackage as a Cake Addin
#tool nuget:?package=Microsoft.PowerApps.MSBuild.PDPackage&version=1.41.1
                    
Install Microsoft.PowerApps.MSBuild.PDPackage as a Cake Tool

MSBuild support for PD Packages.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.41.1 817 3/26/2025
1.40.4 4,354 2/25/2025
1.39.3 4,593 1/16/2025
1.38.3 3,386 12/2/2024
1.37.4 2,560 11/13/2024
1.36.3 1,682 10/31/2024
1.35.1 3,750 9/27/2024
1.34.3 4,107 8/22/2024
1.33.3 3,754 7/8/2024
1.32.5 6,610 5/13/2024
1.31.2 4,847 3/14/2024
1.30.2 3,705 1/24/2024
1.29.9 2,702 11/28/2023
1.29.6 950 11/13/2023
1.28.2 1,572 10/17/2023
1.27.6 1,995 9/20/2023
1.27.5 282 9/20/2023
1.26.6 3,422 8/28/2023
1.26.5 1,150 8/16/2023
1.25.5 2,327 7/22/2023
1.25.4 258 7/21/2023
1.25.3 327 7/20/2023
1.25.2 794 7/13/2023
1.24.3 2,472 6/15/2023
1.23.4 961 6/1/2023
1.22.4 1,849 4/25/2023
1.22.3 473 4/21/2023
1.22.2 392 4/19/2023
1.21.13 1,928 3/14/2023
1.21.8 2,260 1/31/2023
1.21.5 1,738 12/21/2022
1.21.4 703 12/13/2022
1.20.3 1,205 11/17/2022
1.19.4 1,255 10/19/2022
1.19.3 836 10/10/2022
1.18.4 824 9/15/2022
1.17.5 757 8/13/2022
1.17.4 519 8/12/2022
1.16.6 613 6/23/2022
1.15.3 540 5/13/2022
1.14.4 501 4/27/2022
1.14.2 522 4/7/2022
1.13.6 494 3/30/2022
1.13.4 475 3/21/2022
1.12.2 528 2/17/2022
1.11.8 528 2/5/2022
1.11.7 572 2/2/2022

1.41.1: (Preview)
- msbuild tasks can run in net72, net5 and net6

1.15.3:
- Added telemetry instrumentation.

1.14.2: (Preview)
- Added item metadata to PdSolution and ProjectReference (to Cds Solution projects, *.cdsproj):
 - PublishWorkflowsAndActivatePlugins, OverwriteUnmanagedCustomizations, ImportMode, MissingDependencyBehavior, DependencyOverrides
 - Supported for 1st party packages only: LayerOrderBehavior, LayerOrderSolutionUniqueNames.

1.12.2: (Preview)
- Renamed item metadata OrderNumber to ImportOrder on suported items.

1.11.8: (Preview)
Initial version of packaging project build support for Sdk-style projects.