Fosol.NuGetWrapper 1.0.0.5

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

// Install Fosol.NuGetWrapper as a Cake Tool
#tool nuget:?package=Fosol.NuGetWrapper&version=1.0.0.5

Convert a project into a NuGet package.  Install Fosol.NuGetWrapper and compile your project. MSBuild will automatically create a 'Package' folder within your build target folder which will contain your NuGet package.

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.0.0.5 1,313 6/16/2015
1.0.0.4 996 6/15/2015
1.0.0.3 1,020 6/10/2015
1.0.0.2 1,008 6/10/2015
1.0.0.1 1,223 10/16/2013

Backup your copy of the files before updating!  
     Updating documentation.
     Adding Install.ps1 and Uninstall.ps1 because Init.ps1 doesn't help in creating a default project nuspec file.
     By default the files in your build directory will be included in the nuget package if they are in the following folders; build, content, lib and tools.
     You can automatically update your nuget package nuspec by modifying the msbuild properties in the Fosol.NuGetWrapper.props project file (described in README.md).
     XSLT transform has been updated to handle additional features and configuration.