WorkAByte.NuGet.Packager.Core 1.0.2

dotnet add package WorkAByte.NuGet.Packager.Core --version 1.0.2
NuGet\Install-Package WorkAByte.NuGet.Packager.Core -Version 1.0.2
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="WorkAByte.NuGet.Packager.Core" Version="1.0.2">
  <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.
paket add WorkAByte.NuGet.Packager.Core --version 1.0.2
#r "nuget: WorkAByte.NuGet.Packager.Core, 1.0.2"
#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 WorkAByte.NuGet.Packager.Core as a Cake Addin
#addin nuget:?package=WorkAByte.NuGet.Packager.Core&version=1.0.2

// Install WorkAByte.NuGet.Packager.Core as a Cake Tool
#tool nuget:?package=WorkAByte.NuGet.Packager.Core&version=1.0.2

Some personal modifications to a great NuGet package template for visual studio.
     Moved the files that should not be modified by the user to a NuGet package so that future improvements could be pulled into the project without having to recreate it

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 361 8/6/2014
1.0.1-beta 42 8/5/2014
1.0.0-beta 45 7/1/2014

Added flag for development dependency so this will not be set as a dependency of any package developed using this package