Hannasm.NugetPowershellScripts01 1.0.3

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

// Install Hannasm.NugetPowershellScripts01 as a Cake Tool
#tool nuget:?package=Hannasm.NugetPowershellScripts01&version=1.0.3

Set of scripts useful for creating and publishing nuget packages.

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.3 1,076 3/5/2017
1.0.2 934 3/5/2017
1.0.1 892 3/5/2017
0.0.1 896 3/5/2017

* 1.0.3 - nuget conveniently deletes files ending with .nuspec from the package even when you explicitly try to include them, so had to workaround that
   * 1.0.2 - content files weren't being included because nuget requires backslashes instead of forward slashes apparently
   * 1.0.1 - This is the first release