Baseclass.Contrib.Nuget.Output 2.0.0

Requires NuGet 2.5 or higher.

dotnet add package Baseclass.Contrib.Nuget.Output --version 2.0.0
NuGet\Install-Package Baseclass.Contrib.Nuget.Output -Version 2.0.0
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="Baseclass.Contrib.Nuget.Output" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Baseclass.Contrib.Nuget.Output --version 2.0.0
#r "nuget: Baseclass.Contrib.Nuget.Output, 2.0.0"
#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.
// Install Baseclass.Contrib.Nuget.Output as a Cake Addin
#addin nuget:?package=Baseclass.Contrib.Nuget.Output&version=2.0.0

// Install Baseclass.Contrib.Nuget.Output as a Cake Tool
#tool nuget:?package=Baseclass.Contrib.Nuget.Output&version=2.0.0

Treats the "output" folder in an dependend nuget package as an additional special folder and copies it's content to the build folder

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Baseclass.Contrib.Nuget.Output:

Repository Stars
bitbeans/SimpleDnsCrypt
A simple management tool for dnscrypt-proxy
ddobrev/QtSharp
Mono/.NET bindings for Qt
ic3w0lf22/Roblox-Account-Manager
Application that allows you to add multiple accounts into one application allowing you to easily play on alt accounts without having to change accounts
allisterb/jemalloc.NET
A native memory manager for .NET
natfrp/launcher-windows
SakuraFrp 启动器 Windows 用户界面
Version Downloads Last updated
2.0.0 1,821 5/4/2015
1.0.9 516 5/1/2015
1.0.7 4,235 8/27/2014
1.0.6 423 6/20/2014
1.0.4 218 5/23/2014
1.0.3 169 4/21/2014
1.0.2 1,520 1/10/2014
1.0.1 82 6/26/2013
1.0.0 223 6/21/2013

- Better support for parallel builds
- Multiple internal optimisations, and aggregation of Baseclass.Nuget.Output.Web in the same target to simplify usage.
- Fix concurrency error that could occure when extracting the nuspec files from the NuGet packages.