Bca.Nuget 0.2.0

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

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

PowerShell module to create and manage Nuspec manifests and 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 649 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.2.0:
- Invoke-NuGetCommand is now cross platform;
- Resolve-Nuspecproperty and Set-NuspecProperty now supporting repository, icon and requireLicenseAcceptance prpoperties;
- Resolve-NuspecRepository: new function that resolves a repository object from an URL;
- Set-NuspecRepository: new function that sets the repository property to a Nuspec manifest;
- Now distributed under license MIT.

0.1.0:
- This version now supports certain Chocolatey-specific properties in ConvertTo-NuspecManifest, Resolve-NuspecProperty and Set-NuspecProperty;
- Save-NuspecManifest: New function to save a Nuspec manifest to a file;
- Set-NuspecLicense: Force switch now removes licenseUrl if it had specified;
- Get-NuspecProperty: Value now returns an array instead of a list of nodes if multiple (e.g. property name dependencies will return an array of id and version as the value instead of an array of dependency);
- Bug fixes.