Bca.Nuget 0.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bca.Nuget --version 0.0.6
NuGet\Install-Package Bca.Nuget -Version 0.0.6
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="Bca.Nuget" Version="0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bca.Nuget --version 0.0.6
#r "nuget: Bca.Nuget, 0.0.6"
#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 Bca.Nuget as a Cake Addin
#addin nuget:?package=Bca.Nuget&version=0.0.6

// Install Bca.Nuget as a Cake Tool
#tool nuget:?package=Bca.Nuget&version=0.0.6

PowerShell module to create and manage NuGet packages.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.2.0 654 9/18/2020
0.1.1 494 9/11/2020
0.0.8 499 7/12/2020
0.0.6 574 7/11/2020

0.0.6:
- ConvertTo-NuspecManifest: Added support for PowerShell Script Info objects.

0.0.5:
- Bug fixes.

0.0.4:
- ConvertTo-NuspecManifest: Added support for Module objects.

0.0.3:
- Added files support (Add-NuspecContentFile and Add-NuspecFile);
- Set-NuspecLicense: New function that supports either SPDX license or file;
- Added a dependency on module Bca.Spdx.

0.0.2:
- Added new function for Nuspec properties (Get-NuspecProperty, Set-NuspecProperty, Resolve-NuspecProperty);
- ConvertTo-NuspecManifest: Moved a great deal of logic in Resolve-NuspecProperty.

0.0.1:
- First version.