Bca.Nuget
0.2.0
dotnet add package Bca.Nuget --version 0.2.0
NuGet\Install-Package Bca.Nuget -Version 0.2.0
<PackageReference Include="Bca.Nuget" Version="0.2.0" />
paket add Bca.Nuget --version 0.2.0
#r "nuget: Bca.Nuget, 0.2.0"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- Bca.Spdx (>= 0.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.