UtilPack.NuGet.MSBuild 2.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package UtilPack.NuGet.MSBuild --version 2.2.1
                    
NuGet\Install-Package UtilPack.NuGet.MSBuild -Version 2.2.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="UtilPack.NuGet.MSBuild" Version="2.2.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="UtilPack.NuGet.MSBuild" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="UtilPack.NuGet.MSBuild">
  <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 UtilPack.NuGet.MSBuild --version 2.2.1
                    
#r "nuget: UtilPack.NuGet.MSBuild, 2.2.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.
#:package UtilPack.NuGet.MSBuild@2.2.1
                    
#: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=UtilPack.NuGet.MSBuild&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=UtilPack.NuGet.MSBuild&version=2.2.1
                    
Install as a Cake Tool

See README on GitHub, as NuGet.org README utility does not show XML properly.

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 (2)

Showing the top 2 popular GitHub repositories that depend on UtilPack.NuGet.MSBuild:

Repository Stars
Snoothy/UCR
Universal Control Remapper [Alpha]
YetAnotherPomodoroApp/YAPA-2
Minimalistic desktop timer app for Pomodoro Technique users
Version Downloads Last Updated
2.9.1 346,367 11/26/2018
2.9.0 5,238 11/16/2018
2.8.0 66,741 9/18/2018
2.7.0 463,014 9/2/2018
2.6.0 4,477 5/9/2018
2.5.0 3,734 3/22/2018
2.4.0 14,187 3/8/2018
2.3.0 2,754 12/15/2017
2.2.1 2,568 11/1/2017
2.2.0 2,532 10/31/2017
2.1.1 2,348 10/31/2017
2.1.0 2,582 10/31/2017
2.0.0 2,412 10/22/2017
1.2.1 2,472 10/15/2017
1.2.0 2,655 10/3/2017
1.1.4 2,579 9/29/2017
1.1.3 2,316 9/18/2017
1.1.2 2,189 9/13/2017
1.1.1 2,145 9/7/2017
1.1.0 2,877 8/26/2017
1.0.1 2,411 8/15/2017
1.0.0 2,648 6/29/2017
1.0.0-RC9 2,156 6/24/2017
1.0.0-RC8 2,269 6/21/2017
1.0.0-RC7 2,283 6/18/2017
1.0.0-RC6 2,157 6/9/2017
1.0.0-RC5 2,306 6/7/2017
1.0.0-RC4 2,229 6/5/2017
1.0.0-RC3 2,048 6/4/2017
1.0.0-RC2 2,313 6/3/2017
1.0.0-RC11 2,242 6/26/2017
1.0.0-RC10 2,370 6/25/2017
1.0.0-RC1 2,188 6/2/2017

Added logging to unmanaged DLL resolution on .NET Core, and also fixed issue with multiple unmanaged assemblies.