UtilPack.NuGet.MSBuild
1.0.0-RC4
See the version list below for details.
dotnet add package UtilPack.NuGet.MSBuild --version 1.0.0-RC4
NuGet\Install-Package UtilPack.NuGet.MSBuild -Version 1.0.0-RC4
<PackageReference Include="UtilPack.NuGet.MSBuild" Version="1.0.0-RC4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add UtilPack.NuGet.MSBuild --version 1.0.0-RC4
#r "nuget: UtilPack.NuGet.MSBuild, 1.0.0-RC4"
// Install UtilPack.NuGet.MSBuild as a Cake Addin #addin nuget:?package=UtilPack.NuGet.MSBuild&version=1.0.0-RC4&prerelease // Install UtilPack.NuGet.MSBuild as a Cake Tool #tool nuget:?package=UtilPack.NuGet.MSBuild&version=1.0.0-RC4&prerelease
Provides easy way to execute NuGet-based MSBuild tasks.
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 | 298,072 | 11/26/2018 |
2.9.0 | 4,934 | 11/16/2018 |
2.8.0 | 65,717 | 9/18/2018 |
2.7.0 | 420,450 | 9/2/2018 |
2.6.0 | 3,935 | 5/9/2018 |
2.5.0 | 3,188 | 3/22/2018 |
2.4.0 | 13,000 | 3/8/2018 |
2.3.0 | 2,230 | 12/15/2017 |
2.2.1 | 2,033 | 11/1/2017 |
2.2.0 | 1,987 | 10/31/2017 |
2.1.1 | 1,837 | 10/31/2017 |
2.1.0 | 2,063 | 10/31/2017 |
2.0.0 | 2,037 | 10/22/2017 |
1.2.1 | 1,932 | 10/15/2017 |
1.2.0 | 2,118 | 10/3/2017 |
1.1.4 | 2,053 | 9/29/2017 |
1.1.3 | 1,950 | 9/18/2017 |
1.1.2 | 1,812 | 9/13/2017 |
1.1.1 | 1,784 | 9/7/2017 |
1.1.0 | 2,525 | 8/26/2017 |
1.0.1 | 2,012 | 8/15/2017 |
1.0.0 | 2,099 | 6/29/2017 |
1.0.0-RC9 | 1,775 | 6/24/2017 |
1.0.0-RC8 | 1,885 | 6/21/2017 |
1.0.0-RC7 | 1,922 | 6/18/2017 |
1.0.0-RC6 | 1,762 | 6/9/2017 |
1.0.0-RC5 | 1,931 | 6/7/2017 |
1.0.0-RC4 | 1,854 | 6/5/2017 |
1.0.0-RC3 | 1,696 | 6/4/2017 |
1.0.0-RC2 | 1,971 | 6/3/2017 |
1.0.0-RC11 | 1,888 | 6/26/2017 |
1.0.0-RC10 | 2,030 | 6/25/2017 |
1.0.0-RC1 | 1,831 | 6/2/2017 |
The task factory learned how to use NuGet RestoreCommand so that separate .References.csproj file is no longer required. Also there is a breaking change is NuGet package loading callback signature - it accepts required package ID, optional package version, and optional assembly path within package, returning Task of Assembly.